first commit

This commit is contained in:
2025-11-30 00:07:24 +01:00
commit b5e642aecb
78 changed files with 15162 additions and 0 deletions

40
.dockerignore Normal file
View File

@ -0,0 +1,40 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Database
*.db
instance/*.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Environment
.env
# Testing
.pytest_cache/
htmlcov/
.coverage
# Documentation
TODO.md
README.md
# Scripts
setup.sh
run.sh
test_client.py