Files
drivers_bot/.gitignore
VPN SaaS Dev d93c88c751 first commit
2026-05-12 03:52:13 +09:00

17 lines
144 B
Plaintext

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