summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 333249c3028f14b7a59908a618a4aaae48e91443 (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
27
28
*.pyc
*.log
*.egg
*.db
*.pid
.python-version
.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
.vscode/tags