29 lines
229 B
Plaintext
29 lines
229 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# uv
|
|
.uv-cache/
|
|
|
|
# Local configuration
|
|
config.yaml
|
|
|
|
# PyInstaller
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Logs and service output
|
|
*.log
|
|
logs/
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|