pollux/.gitignore
Jeena 50a4d9bc75 chore: Remove BACKLOG.md from version control
- Remove BACKLOG.md from git tracking (file kept locally)
- Add BACKLOG.md to .gitignore to prevent future commits
- Backlog files should be local project documentation, not in version control
2026-01-22 02:40:10 +00:00

27 lines
No EOL
284 B
Text

# Development directories
dev/
tmp/
test_files/
sample_data/
# Temporary files
*.log
*.tmp
.DS_Store
# TLS certificates - NEVER commit to repository
*.pem
*.key
*.crt
certbot/
# Rust build artifacts
/target/
Cargo.lock
# IDE files
.vscode/
.idea/
# Local project files
BACKLOG.md