# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

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

# Tests / type checkers
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Project-local data (smoke test artifacts, indexed projects)
*.db
*.db-journal
*.db-wal
*.db-shm

# Pip
pip-log.txt
pip-delete-this-directory.txt

# Built docs
docs/_build/

# Hugging Face / model cache
.cache/
*.bin
*.safetensors
