Files
kennyboy55 c54553143e
Build dev docker image / build (push) Successful in 36s
Build dev docker image / release (push) Has been skipped
Add Docker workflow
2026-03-30 12:41:42 +02:00

58 lines
572 B
Plaintext

# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
*.sqlite3
*.sqlite3-journal
# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# VisualStudioCode
.vscode/
.history/
*.vsix
*.code-workspace
# Others
.git/
.gitignore
.prettierignore
.github/
.gitea/
# Project specific
/static/
/media/
/docs/