# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
.pytest_cache/

# Sensitive
.env
.env.*
*.env
secrets*
config.local*
credentials*
*.pem
*.key
*.p12
*.jks

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Logs
*.log
**/logs/

# Hermes Agent — local history & temp
.claude/history*
.claude/logs*
.hermes/tmp/

# Reports (generated by Talaria messengers)
# Uncomment if you want to keep generated reports out of the repo:
# reports/*.md
# !reports/.gitkeep
