# Virtual environment
.venv/
venv/

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

# Caching / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
*.sqlite
.coverage
.coverage.*
htmlcov/
coverage.xml

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
