File size: 173 Bytes
607bf71 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | .gcloudignore
.git
.github
.venv
.venv/
.git_disabled/
.agents/
__pycache__/
*.pyc
.pytest_cache/
.uv-cache/
*.log
*.txt
*.csv
db.sqlite3
# media/
# static/
# staticfiles/
|