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

# Distribution / packaging
.eggs/
*.egg-info/
*.egg
build/
dist/
wheels/
pip-wheel-metadata/

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
