-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (44 loc) · 924 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Env variables
.env
.env.local
github_token.txt
# Notebooks
/datascience/notebooks
/datascience/.local
/datascience/.ipython
/datascience/.cache
.ipynb_checkpoints/
.jupyter/
# Coverage reports
datascience/htmlcov/
datascience/.coverage
frontend/cypress/screenshots/
frontend/cypress/videos/
# Local data
/.backups
/data
/datascience/data
/datascience/src/pipeline/data/control_objectives.csv
/datascience/src/pipeline/data/control_unit_resources.csv
/datascience/src/pipeline/data/control_unit_contacts.csv
/datascience/src/pipeline/data/bases.csv
/datascience/src/pipeline/data/area_notes.csv
/datascience/src/pipeline/data/terms_notes.csv
# Python
*.pyc
# IDEs
.vscode
.idea
*.iml
# Doc
docs/redmine_wiki/*
datascience/docs/build
# TypeScript cache
*.tsbuildinfo
# Ignore Gradle project-specific cache directory
backend/.gradle
.gradle
# Ignore Gradle build output directory
backend/build
#Logs
backend/logs/*