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

# Virtual environments
.venv/
.venv-audit/
venv/
.env

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

# Build
build/
dist/
*.egg-info/
.eggs/

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.bak
output/
repo/

digest.txt
docs/