# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Packaging/build
build/
dist/
*.egg-info/

# Virtual environments
.venv/
.venv-review/
venv/
env/

# Local configuration and secrets
.env
.env.*
!.env.example
.streamlit/secrets.toml
.envrc

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

# Streamlit/runtime
.streamlit/config.toml

# Local generated indexes/caches
.cache/

# Logs/temp
*.log
tmp/

# Frontend
frontend/node_modules/
frontend/dist/

# Pi internal
.pi-lens/
.pi/

# Tool metadata
.fusion/
.stoneforge/
.superpowers/
# Local Pi runtime state
.atl/
.pi-map.md
.pi-map.index.md
