# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/
.tox/
.nox/

# uv (library: lockfile not committed)
uv.lock

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

# Type / lint caches
.mypy_cache/
.ruff_cache/
.pyright/

# Jupyter
.ipynb_checkpoints/
*-checkpoint.ipynb

# Docs build
site/
docs/_build/
docs/api/_generated/

# Local datasets cache
.cache/

# Editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Environment files
.env
.envrc

# Generated / temporary
*.log
*.tmp
