22 lines
165 B
Plaintext
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
|