Files
eggtracker/.gitignore
derekc 492e1fd68f Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 22:27:58 -08:00

11 lines
92 B
Plaintext

# Credentials — never commit this
.env
# Python
__pycache__/
*.pyc
*.pyo
# Docker
*.log