- Add .gitignore for __pycache__, *.db, *.log, nohup.out - Update CLAUDE.md paths from /tmp/badge-admin to /home/gpsystem - Remove cached/generated files from git tracking via HAPI (https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run>
7 lines
49 B
Plaintext
7 lines
49 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.db
|
|
*.log
|
|
nohup.out
|
|
.claude/
|