Files
college_craft/.dockerignore
T
ai_ml_operations 3a14bfb996 Initial commit
2026-08-27 04:17:34 -07:00

17 lines
151 B
Plaintext

.git
.venv
**/__pycache__/
*.py[cod]
db.sqlite3
.env
htmlcov/
.pytest_cache/
.mypy_cache/
*.log
staticfiles/
proposal/
template/
docs/
*.pptx
.~lock.*