# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
*.egg
MANIFEST
pip-wheel-metadata/

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

# Installer / tooling
pip-log.txt
pip-delete-this-directory.txt
.uv/
uv.lock

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
.cache/

# IDE / editor / OS
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Secrets / local env
.env
.env.*
!.env.example
*.local
*.pem
*.key
credentials.json

# Local runtime / adapter state (sidecar, sqlite fallback)
*.db
*.db-journal
*.db-wal
*.db-shm
data/
.tokensentinel/
*.log

# Jupyter
.ipynb_checkpoints/

# Misc
*.tmp
*.bak
.direnv/
