Initial commit - production deployment

This commit is contained in:
2026-01-21 17:17:16 +01:00
commit c23d00dd92
2289 changed files with 638440 additions and 0 deletions

106
.gitignore vendored Normal file
View File

@@ -0,0 +1,106 @@
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.dmyp.json
dmyp.json
.pyre/
# Virtual Environment
venv/
ENV/
env/
.venv
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.npm
.eslintcache
.next
out/
build/
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
# Database
*.db
*.sqlite
*.sqlite3
# ML Models
*.pkl
*.joblib
*.h5
# Data
data/external/
data/processed/
*.csv
*.xlsx
# Docker
.docker/
# Infrastructure
*.tfstate
*.tfstate.backup
.terraform/
.terraform.lock.hcl
# Kubernetes
kubeconfig
*.yaml.bak
# Monitoring
prometheus_data/
grafana_data/
elasticsearch_data/