25 lines
196 B
Plaintext
25 lines
196 B
Plaintext
# Python
|
|
*.py[cod]
|
|
*$py.class
|
|
__pycache__/
|
|
|
|
# Odoo
|
|
*.log
|
|
*.pot
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|