reminder-bot/.gitignore

38 lines
293 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
venv/
env/
# Environment variables
.env
# Database
data/
*.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project docs (local only)
CLAUDE.md
TZ.md
# Claude Code
.claude/