43 lines
575 B
Text
43 lines
575 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
|
|
|
|
# Build notes (project planning/development notes)
|
|
build-notes/
|