# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
*.pyc

# Odoo
.odoo_module_info

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V500
.Trashes
ehthumbs.db
Thumbs.db

# Node / npm (if any frontend tooling)
node_modules/
npm-debug.log*
yarn-error.log

# Logs
*.log

# Git merge artifacts
*.orig
*.rej

# Compiled / generated assets (Odoo builds these at runtime)
/static/description/index.html
