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

# Packaging / build
dist/
build/
*.egg-info/
*.egg
.eggs/

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

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checkers
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db
