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