aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 55f998a3c45af57608ade4fef7824691b04f42f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.xml
#ignore binary files
*.o
*.so
*.dll
#image files
*.png
*.pdf
*.eps
#R files
*.RData
*.Rhistory
*.pyc
config.ini
config_qa.ini
config.py
**/.ipynb_checkpoints
python/secret.json
sql/secret.sql
python/.credentials
python/.pickle
go/task_runner/task_runner
**/__pycache__