# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/

# Build / dist
dist/
build/
*.whl
*.tar.gz

# Environments
.env
.env.*
.venv/
venv/
env/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# macOS
.DS_Store

# Local scratch / manual test scripts
scratch.py
scratch_*.py
