# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.python-version

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging and build output
build/
dist/
*.egg
*.egg-info/
pip-wheel-metadata/

# Test, lint, type-check, and coverage caches
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/

# Environment files and local secrets
.env
.env.*
!.env.example
secrets/
*.pem
*.key

# Local logs, scratch files, and generated reports
*.log
*.tmp
*.temp
tmp/
temp/
reports/
runtime-status*.txt
link-check*.txt

# Node/front-end tooling, if added for docs or assets later
node_modules/
.npm/
.yarn/
.pnpm-store/

# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~
.history/

# OS files
.DS_Store
Thumbs.db
desktop.ini
*.lnk

# Temporary local asset helper scripts
scripts/write_svg.py
scripts/embed_avatar.py
scripts/fix_avatar_clip.py
