17 lines
163 B
Plaintext
17 lines
163 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.DS_Store
|
|
._*
|
|
.AppleDouble
|
|
|
|
# Local runtime logs and temporary files
|
|
*.log
|
|
*.pid
|
|
timeout
|
|
|
|
# Local backup copies
|
|
*.bak
|
|
*.bak.*
|
|
*.bak2
|