Files
workout_watcher/.gitignore
T

19 lines
176 B
Plaintext

.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty/
node_modules/
dist/
build/
*.tsbuildinfo
.env
.env.*
!.env.example
*.pyc
*.pyo
*.log
coverage/
.DS_Store
.kilo