# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/

# Build & dist
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

# Environment & secrets
.env
.env.*

# Sentinel analyst memory (local state, not for commit)
.sentinel/

# OS
.DS_Store
Thumbs.db

# Editors
.idea/
.vscode/
*.swp
~$*
