| 1234567891011121314151617181920212223242526272829303132 |
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- *.egg-info/
- dist/
- build/
- # Odoo
- *.pyc
- *.pyo
- *.pyd
- .Python
- *.log
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- # OS
- .DS_Store
- Thumbs.db
- # Temporary files
- *.tmp
- *.bak
- *.orig
|