Files
test/BotBoard/.gitignore

12 lines
111 B
Plaintext

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