summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 469a2c646b819394976076f7518438a28361b49c (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
29
30
31
32
33
34
35
36
37
*.pyc
/config.py
/.idea
*.db
/uploads/*/*
/tmp/cty.xml
/.pytest_cache/
/api/reel2bits.egg-info
/api/.eggs
/.eggs
/configtest.py
/api/errors_app.log
.coverage
.ropeproject
/.mypy_cache
/api/test-reports
test/unit/coverage/
test/e2e/reports
.DS_Store
/docs-build
/docs/_build/

api/config/*_secret.py

# Translations
*.mo

*~

front/src/translations.json
front/src/translations/*.json
front/locales/en_US/LC_MESSAGES/app.po

.env
/data
/api/celerybeat-schedule
/venv