19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Odoo runtime
|
|
*.pyc-tmp
|
|
|
|
# Local-only diagnostic logs from test runs
|
|
_test_*.log
|
|
.superpowers/
|