first commit

This commit is contained in:
2025-12-04 11:58:36 +01:00
commit 21cdc65ade
38 changed files with 8176 additions and 0 deletions

34
.dockerignore Normal file
View File

@ -0,0 +1,34 @@
# Git / version control
.git
.gitignore
.dockerignore
# Virtual environment
.venv
venv/
.env/
# IDE / Editor folders
.idea/
.vscode/
# Python cache
__pycache__/
*.pyc
*.pyo
# Build artifacts
build/
dist/
*.egg-info
# Test artifacts
.pytest_cache/
.coverage
# Docker files
Dockerfile
docker-compose.yml
# Local environment settings
.env