2023-05-10 09:02:59 +02:00
|
|
|
# Application Directories
|
|
|
|
src/staticfiles/
|
|
|
|
src/mediafiles/
|
2023-05-10 12:09:50 +02:00
|
|
|
src/static/
|
2023-05-10 09:02:59 +02:00
|
|
|
src/media
|
|
|
|
|
2023-05-10 17:41:05 +02:00
|
|
|
test-compose.yml
|
|
|
|
|
2023-05-10 09:02:59 +02:00
|
|
|
.venv
|
|
|
|
.idea
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
*.so
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
cover/
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
db.sqlite3-journal
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
.scrapy
|
|
|
|
docs/_build/
|
|
|
|
.pybuilder/
|
|
|
|
target/
|
|
|
|
.ipynb_checkpoints
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
__pypackages__/
|
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
|
|
|
*.sage.py
|
|
|
|
.env
|
|
|
|
.env.prod
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
.ropeproject
|
|
|
|
/site
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
.pyre/
|
|
|
|
.pytype/
|
2023-05-10 12:09:50 +02:00
|
|
|
cython_debug/
|
2023-11-25 16:58:23 +01:00
|
|
|
letsencrypt/
|
|
|
|
experimentations/cache/
|