Files
Owner/.gitignore
T

17 lines
152 B
Plaintext

.DS_Store
.env
.env.*
!.env.example
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.serena/
build/
dist/
*.egg-info/
logs/
tmp/