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

# Build / Distribution
build/
dist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / Type checking
.ruff_cache/
.mypy_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
