__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
dist/
build/
*.egg-info/
.eggs/

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# EcoAI runtime artifacts
.ecoai/
*.db

# IDE
.vscode/
.idea/
*.sw[op]

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.*

# Claude Code instructions (local only)
CLAUDE.md
