bulletin_tools/.gitignore
Benjamin Slingo 1eb1fc9909 Initial commit with major improvements
- Fixed Sabbath School parser to handle API data with extra line breaks
- Cleaned up project structure and removed nested directories
- Organized output to single directory structure
- Removed YouTube link from contact section for cleaner layout
- Improved parser robustness for multi-line content between labels
- Added proper .gitignore for Rust project
2025-08-21 20:17:54 -04:00

27 lines
257 B
Plaintext

# Rust
target/
Cargo.lock
# IDE
.vscode/
.idea/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Environment
.env
.env.local
.env.production
# Output files (optional - you might want to keep some)
output/*.pdf
# Logs
*.log