# Build artifacts target/ frontend/dist/ backend/target/ # Allow backend binary for multi-stage builds !backend/target/release/backend # Git .git/ .gitignore # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log # Documentation README.md # Development files CLAUDE.md *.txt test_*.js # Database files *.db calendar.db # Test files **/tests/ # Migrations (not needed for builds) migrations/