This commit is contained in:
2025-10-23 18:28:17 +02:00
parent 9a64ca5b01
commit 3d5c19939c
5 changed files with 277 additions and 96 deletions

42
.gitignore vendored
View File

@@ -18,3 +18,45 @@
/src/server/__pycache__/*
/src/NoKeyFound.log
/download_errors.log
# Environment and secrets
.env
.env.local
.env.*.local
*.pem
*.key
secrets/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
*.log.*