# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
dist/
build/
*.egg-info/
.coverage
.coverage.*
htmlcov/

# Remaind runtime state (created by `remaind init`; do not commit)
.context/active/resume_packet.md
.context/active/history/
.context/db/
.context/artifacts/

# Environment + secrets
.env
.env.local
.env.*.local
*.key
*.pem
credentials*
*.secret
*.token
service-account*.json

# OS / IDE
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~

# Debug logs
*.log
