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

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Environments
.env
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Project
sacredtexts.md
.claude/
