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

17 lines
166 B
Text

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