dashboard-nanobot/backend/.gitignore

13 lines
114 B
Plaintext

__pycache__/
*.py[cod]
*.log
.env
.env.*
!.env.example
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/