summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b761872acc6c6241ebfccff9d90deba480716b71 (plain)
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
*.pyc
*.log
*.egg
*.db
*.pid
.coverage
.DS_Store
.tox
pip-log.txt
/.tox
/*.egg-info
/build
/cover
/dist
/example_project/local_settings.py
/docs/_build
/sentry_index/
/sentry_test_index
/example_project/*.db
bin/
include/
lib/
.cache
.idea
.eggs
venv