-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
68 lines (56 loc) · 948 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Python-specific
__pycache__/
*.py[cod]
*.env
.env
.venv
venv/
venv3/
venv311/
# Virtual environments
env
env3.10
env311/
# VSCode and editor-specific
.vscode/
workspace.code-workspace
# macOS-specific
.DS_Store
# Django-specific
django/data/
django/gregory/data/
django/gregory/migrations/
django/gregory/ml_models/
django/helper-scripts/import-articles.py
django/helper-scripts/who.py
django/indexers/input/*.json
django/model_*.joblib
django/source.csv
django/static
django/**/migrations/
# Docker
docker-data/
docker-python/
# PostgreSQL
postgres-data/
postgres-data_old/
# Metabase
metabase-data/
metabase/db-data/
# Node
node_modules/
nodered-data
# Machine Learning (Python-ML)
python-ml/data/202*-*.csv
python-ml/data/202*-*.json
python-ml/data/source.json
python-ml/models/
python-ml/utils/__pycache__/
# Temporary and lock files
*.lock
*.json
data/articles.json
data/embeds.json
data/trials.json
# Gitignore itself
.gitignore