Files
friend-event-rsvp/.dockerignore
T
2026-03-28 18:12:08 +01:00

56 lines
555 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
# Project specific
/static/
/media/
/docs/