Extracted from oil project — business logic removed, auth/db/deploy infrastructure generalized with APP_NAME placeholders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
128 B
Plaintext
17 lines
128 B
Plaintext
.DS_Store
|
|
*.pyc
|
|
__pycache__/
|
|
*.db
|
|
backups/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Env
|
|
.env
|