This commit is contained in:
2025-12-22 14:47:25 -05:00
parent d4e859f9a7
commit 00e9eb8986
81 changed files with 13933 additions and 0 deletions

57
.dockerignore Normal file
View File

@@ -0,0 +1,57 @@
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
.python-version
*.egg-info
dist
build
# Node
node_modules
npm-debug.log
yarn-error.log
# IDEs
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Database (will be persisted via volumes)
*.db
*.sqlite
*.sqlite3
# Logs
*.log
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Documentation
README.md
CLAUDE.md
# Frontend build output (not needed during image build)
frontend/frontend/dist
backend/static/index.html
backend/static/assets