numerology/.gitignore
rpriven fd6e171586
Add comprehensive numerology calculator with 10 specialized tools
- Core calculations (Life Path, Expression, Soul Urge, Birthday)
- Advanced numbers (Maturity, Personality, Hidden Passion, Karmic Lessons)
- Timing cycles and optimal days finder
- Compatibility analysis and name optimizer
- Telos integration for personal development
- Professional PDF report generation
- Profile management system
- Security fix: Add .claude/ to .gitignore

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-01 14:00:15 -06:00

40 lines
510 B
Text

# Generated PDF reports
*.pdf
# LaTeX build artifacts
*.aux
*.log
*.toc
*.out
*.synctex.gz
# Test/temp output files
test-output.md
*-output.md
# Node modules (if ever added)
node_modules/
# Bun lock file (optional - some prefer to commit this)
bun.lockb
# User profiles (private data)
# Note: Profiles are stored in ~/.numerology/profiles/ outside the repo
# Claude Code directory (contains local settings)
.claude/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Temp files
tmp/
temp/
*.tmp