# Secrets — never commit
.env

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/

# macOS
.DS_Store

# Generated output
applications/
logs/

# Personal data — never publish (repo may go public)
profile/profile.md
*.pdf
*.docx
dist/
