magnit_api/.gitignore
2026-03-09 11:26:53 +03:00

19 lines
188 B
Text

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