Mostly ready for first test run but there is one improvement I want to implement first

This commit is contained in:
Jonas Linter
2025-10-21 17:46:27 +02:00
parent 6e4cc7ed1d
commit ec10ca51e0
8 changed files with 1612 additions and 28 deletions

52
.dockerignore Normal file
View File

@@ -0,0 +1,52 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
# Virtual environments
venv
env
ENV
.venv
# IDEs
.vscode
.idea
*.swp
*.swo
*~
# Data files (use volumes instead)
data/
*.json
!src/**/*.json
# Environment (will be mounted as volume)
.env
.meta_token.json
# Documentation
*.md
!README.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Other
.DS_Store
*.log