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

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# mypy / ruff
.mypy_cache/
.ruff_cache/

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST

# editors
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db
