46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
# ─── Python ───────────────────────────────────────────────────────────────────
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# ─── Odoo compiled assets ─────────────────────────────────────────────────────
|
|
# Odoo bundles JS/CSS at runtime; these are not source files
|
|
static/description/index.html
|
|
|
|
# ─── Node / npm (if ever using frontend tooling) ──────────────────────────────
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
|
|
# ─── IDE / Editor ─────────────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ─── OS ───────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
|
|
# ─── Logs & temp ──────────────────────────────────────────────────────────────
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.orig
|
|
|
|
# ─── Test artifacts ───────────────────────────────────────────────────────────
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|