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

# Virtual environments
.venv/
venv/
env/

# Test/typing/cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# Editor/OS
.DS_Store
.idea/
.vscode/

# Tooling
.serena/

# Env files
.env
.claude/