summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d8f8bc164274c763f8176bf21e3c004151b79626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*~
*.swp
.idea
*.so
docs/_build
*.pyc
*.pyo
*.egg-info
*.egg
build
dist
.DS_Store
.tox
test-env
**/__pycache__
babel/global.dat
babel/global.dat.json
tests/messages/data/project/i18n/long_messages.pot
tests/messages/data/project/i18n/temp*
tests/messages/data/project/i18n/en_US
/venv*