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

# Virtual environments
.venv/
venv/
ENV/

# Coverage
.coverage
htmlcov/
.pytest_cache/
coverage.xml

# Type checking
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/settings.json
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.tox/
.nox/
.hypothesis/

# SQLite databases
*.db

# Documentation
site/
