# 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
