16 lines
111 B
Plaintext
16 lines
111 B
Plaintext
# Python
|
|
*.py[cod]
|
|
__pycache__/
|
|
*.so
|
|
|
|
# Odoo
|
|
*.po~
|
|
*.pot~
|
|
|
|
# Editor / System
|
|
.DS_Store
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|