# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
sdist/
wheels/

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables
.env
.env.*

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Linting / formatting
.ruff_cache/
.mypy_cache/
.pyright/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Claude
.claude/
