# Python
__pycache__/
*.py[oc]
.python-version

# Build artifacts
build/
dist/
wheels/
*.egg-info/
pip-wheel-metadata/

# uv (for libraries, ignore lockfile; remove if you want to commit)
.venv/
uv.lock

# Environment files
.env
.env.*
!.env.example

# Logs
*.log
logs/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Typing and lint caches
.mypy_cache/
.pyrightcache/
.ruff_cache/

# Tools
.nox/
.tox/
.cache/

# Editors and OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/