Files
drivers_bot/.dockerignore
2026-05-12 04:07:52 +09:00

15 lines
126 B
Plaintext

.git/
.history/
.sixth/
.env
.env.*
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
dist/
build/