Files
2026-07-13 12:58:18 +08:00

8 lines
129 B
Plaintext

# Keep the local virtualenv, caches, and secrets out of the build context.
.venv/
__pycache__/
**/__pycache__/
*.pyc
.env
.env.*