Files
wallabicher/.dockerignore
Omar Sánchez Pizarro 6ec8855c00 add landing and subscription plans
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-20 23:49:19 +01:00

53 lines
461 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Web
web/dashboard/dist/
web/dashboard/.vite/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
monitor.log
# Config (se montan como volúmenes)
config.yaml
workers.json
favorites.json
# Git
.git/
.gitignore
# Docker
docker-compose.yml
Dockerfile
.dockerignore