19 lines
194 B
Text
19 lines
194 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Local debug and runtime artifacts
|
|
debug-run.json
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/*.code-workspace
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|