chore: baseline plantilla-proyectos como base del CRM
This commit is contained in:
85
.gitignore
vendored
Normal file
85
.gitignore
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib64/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
.pnpm-store/
|
||||
|
||||
# Environment (no subir: cada quien puede usar puertos distintos vía .env)
|
||||
.env
|
||||
.env.e2e.generated
|
||||
.env.local
|
||||
backend/.env
|
||||
frontend/.env
|
||||
backend/SCRIPTS/
|
||||
.cursor/
|
||||
.claude/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
postgres_app_data/
|
||||
postgres_keycloak_data/
|
||||
|
||||
# Testing
|
||||
backend/app_data/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Node (para frontend)
|
||||
**/node_modules/
|
||||
**/.svelte-kit/
|
||||
.npm
|
||||
.yarn
|
||||
|
||||
# Docker
|
||||
*.dockerignore
|
||||
postgres-data/
|
||||
backend/uploads/
|
||||
backend/layouts/imports/
|
||||
docker-compose.yml
|
||||
.mypy_cache/
|
||||
|
||||
# Celery
|
||||
backend/celerybeat-schedule
|
||||
celerybeat-schedule
|
||||
celerybeat-schedule.*
|
||||
celerybeat.pid
|
||||
backend/api/v1/modules/reports/generated/
|
||||
Reference in New Issue
Block a user