Files
calendar/.gitignore
Connor Johnstone 1b4a26e31a Remove CLAUDE.md from version control and add to gitignore
- Updated CLAUDE.md with current architecture and recent improvements
- Removed from git tracking to keep as local development resource
- Added to gitignore to prevent future commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 10:37:36 -04:00

22 lines
202 B
Plaintext

# Rust
target/
Cargo.lock
# Build outputs
dist/
# OS
.DS_Store
.vscode/
.idea/
# Logs
*.log
# Environment variables (secrets)
.env
.env.local
.env.*.local
# Development notes (keep local)
CLAUDE.md