# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.complexipy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.cache/
.benchmarks/
.pyscn/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Project-local
.oneiric_cache/
.crackerjack/
.lycheecache/
dist/