This commit is contained in:
CaffeineFueled 2025-04-10 21:40:30 +02:00
commit 0e3323b7ab
13 changed files with 1625 additions and 0 deletions

43
.dockerignore Normal file
View file

@ -0,0 +1,43 @@
# Git
.git
.gitignore
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
htmlcov/
.coverage
.coverage.*
.cache/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Database
*.db
*.sqlite3
*.json
# Logs
*.log
# VS Code
.vscode/
# Local data
uniteddomain.csv