# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables (contains secrets)
.env
.env.local
.env.*.local

# IDE and tool directories
.claude-flow/
.hive-mind/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS files
.DS_Store
Thumbs.db
