# Environment .env # Database data/*.db data/*.db-wal data/*.db-shm data/backups/ data/weeks/ # Python __pycache__/ *.pyc *.pyo .pytest_cache/ .mypy_cache/ .ruff_cache/ # IDE / Editor .claude/ .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Test data data-test/ # Generated config (created by setup wizard) config.yaml