# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Project runtime
*.db
token_usage.db
agents/state/paused-epics.yaml

# Secrets
.env
.env.*
credentials.json
*.pem
*.key

# Rootine Cloud (private — not part of open source)
cloud/

# User project data (generated by rootine init)
rootine.config.yaml
sprints/
year-*/
!templates/
