.gitignore 192 Bytes
Newer Older
Alan Mitchell's avatar
Alan Mitchell committed
1
settings.py
2
docs/source/_build/
3
.vscode/
Alan Mitchell's avatar
Alan Mitchell committed
4 5 6
*.sqlite
*.pyc
*.log
7
*.log.*
Alan Mitchell's avatar
Alan Mitchell committed
8 9 10
*.pdf
*.swf
*.gz
11
*.bak
12
*.ipynb
13
**/.ipynb_checkpoints
14
.idea
15
*.exe
16
*.pkl
17 18 19 20 21
bin/
obj/
*.pyproj
*.suo
*.config
22
*.sln
23
docs/build