magnit_api/.dockerignore
2026-03-09 11:04:49 +03:00

19 lines
200 B
Text

# Secrets and local runtime state
magnit_session.json
.env
.env.*
*.log
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
.pytest_cache/
.mypy_cache/
# VCS and local tooling
.git/
.gitignore