Files
KeepItGoingServer/.gitignore
T
Keith SmithandClaude Sonnet 5 cf37389655 Remove CLAUDE.md from version control
It's local AI-assistant guidance, not project documentation meant for
the repo. Kept on disk (gitignored) so it still works locally.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-04 22:05:40 -06:00

52 lines
526 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/
# Django
*.log
local_settings.py
db.sqlite3
media/
# Environment
.env
.env.docker
stack.env
*.env.local
# IDE
.idea/
.vscode/
.codex
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Static files (collected)
staticfiles/
# Coverage
htmlcov/
.coverage
.coverage.*
# Firebase credentials
*firebase*.json
# Local Node artifacts used for tooling in this repo
package.json
package-lock.json
# Local AI assistant instructions (not for the repo)
CLAUDE.md