# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# maajun's own runtime state, if it is ever run from inside the checkout.
# config.toml is what `maajun setup` writes; incidents.db holds the tracebacks
# and log excerpts it has collected. Neither belongs in a public repo.
config.toml
*.db
.env
.env.*
