# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
.env
.env.*

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

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

# Local dataset and project outputs
.tabcaddy/

# Editor and OS files
.vscode/
.idea/
Thumbs.db
.DS_Store
