# OS and editor files
.DS_Store
Thumbs.db
Desktop.ini
*~
*.swp
*.swo

# Local configuration and secrets
.env
.env.*
!.env.example
.direnv/

# Python environments and caches
.venv/
venv/
.uv-cache/
__pycache__/
*.py[cod]
*$py.class
.cache/
.pytest_cache/
.hypothesis/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.tox/
.nox/

# Coverage and test reports
.coverage
.coverage.*
coverage.xml
htmlcov/
junit.xml

# Packaging and release artifacts
build/
dist/
.eggs/
*.egg
*.egg-info/
*.whl
pip-wheel-metadata/

# Local scratch work and logs
tmp/
*.log

# PaperClean generated outputs and interrupted atomic writes
*.clean.pdf
*.clean.jpg
*.clean.jpeg
*.clean.png
*.report.json
.paperclean-*.tmp
.paperclean-*.bak
