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

# Virtual environments
.venv/
venv/
env/

# uv
# (uv.lock is committed)

# Testing / coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.hypothesis/
.tox/
.nox/

# Type / lint caches
.mypy_cache/
.ruff_cache/
.import_linter_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Jupyter
.ipynb_checkpoints/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Env files
.env
.env.*
!.env.example
infra.db
infra.db-*
graph.md
out.atlas
atlantide.key
atlantide.secrets
.atlantis/

# `atlantide state backup` writes here by default when run in the repo root.
*.atlas-state

# token-savior index
.token-savior-cache.json
