Files
Tafa/.gitignore
Philipp Ludewig de3ab5d2a6 Initial commit
App works locally. No intention to bring this live.
2026-04-23 16:35:12 -04:00

22 lines
165 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
# uv
.python-version
# App runtime files
.tafa.pid
.tafa.log
# macOS
.DS_Store
# Editor
.vscode/
.idea/
*.swp
*.swo