Finalize Docker setup for Aniworld app

This commit is contained in:
2026-02-22 19:57:46 +01:00
parent 6c7dc66c5d
commit d8248be67d
3 changed files with 84 additions and 7 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
__pycache__/
*.pyc
*.pyo
*.egg-info/
.git/
.github/
.gitignore
.vscode/
.vs/
.idea/
.mypy_cache/
.pytest_cache/
.coverage
.env
*.log
# Docker files (not needed inside the image)
Docker/
# Test and dev files
tests/
Temp/
test_data/
docs/
diagrams/
# Runtime data (mounted as volumes)
data/aniworld.db
data/config_backups/
logs/
# Frontend tooling
node_modules/
package.json