# Python bytecode and interpreter caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
*$py.class

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

# Packaging and build artifacts
build/
dist/
site/
.eggs/
*.egg-info/
pip-wheel-metadata/

# Test, coverage, and type-checker caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Documentation build output
docs/_site/
docs/.sass-cache/
docs/.jekyll-cache/
docs/.jekyll-metadata
docs/vendor/

# Local tooling and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
