Initial commit

This commit is contained in:
Daniel Alves Rösel
2026-04-02 18:47:14 +02:00
committed by GitHub
commit 90ad5e0260
94 changed files with 7797 additions and 0 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Version control
.git
.gitignore
# Node / frontend
**/node_modules
apps/webapp/.next
apps/webapp/bun.lock
# Python
**/__pycache__
**/*.pyc
**/*.pyo
.venv
**/.venv
*.egg-info
build/
dist/
# Dev artifacts
.env
**/.env
**/.scraper_cache
**/downloaded_files
logs/
ml/tensorboard/
ml/notebooks/
FLAT.xml
# Docs / meta
*.md
AGENTS.md
CLAUDE.md
.github/