# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

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

# Env files (secrets)
.env
.env.*
*.env

# Pytest
.pytest_cache/
.cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# IDEs & editors
.vscode/
.idea/
*.iml
*.iws
*.ipr
.fleet/
.zed/
*.sublime-project
*.sublime-workspace
.cursor/

# Claude Code
.claude/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# Hatch / build backends
.hatch/
