# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Poetry
# poetry.lock is intentionally tracked for reproducible installs

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

# Type checkers
.mypy_cache/
.ruff_cache/

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

# macOS
.DS_Store

# Claude Code
.claude/

# Env files
.env
.env.*
!.env.example
