2025-05-21 16:23:50 +01:00
|
|
|
|
2025-08-12 19:02:05 +02:00
|
|
|
# Development files
|
2025-05-21 16:23:50 +01:00
|
|
|
.venv
|
2022-09-13 12:39:34 +01:00
|
|
|
venv/
|
2025-08-12 19:02:05 +02:00
|
|
|
__pycache__/
|
|
|
|
|
*.pyc
|
|
|
|
|
*.pyo
|
|
|
|
|
*.pyd
|
|
|
|
|
.Python
|
|
|
|
|
|
|
|
|
|
# Environment files
|
2022-09-12 18:39:32 +01:00
|
|
|
.env
|
2025-08-12 19:02:05 +02:00
|
|
|
.env.*
|
|
|
|
|
|
|
|
|
|
# OS files
|
2022-09-13 12:40:26 +01:00
|
|
|
.DS_Store
|
2025-08-12 19:02:05 +02:00
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Git and development tools
|
2023-02-14 04:26:22 +00:00
|
|
|
.git
|
2023-03-02 21:01:18 +00:00
|
|
|
.github
|
2025-08-12 19:02:05 +02:00
|
|
|
.gitignore
|
2023-03-17 17:33:34 +01:00
|
|
|
.idea
|
2025-08-12 19:02:05 +02:00
|
|
|
.vscode
|
2023-03-17 17:33:34 +01:00
|
|
|
.buildHelper.txt
|
|
|
|
|
|
2025-08-12 19:02:05 +02:00
|
|
|
# Test and development data
|
|
|
|
|
test-data/
|
|
|
|
|
tests/
|
|
|
|
|
.pytest_cache
|
|
|
|
|
.coverage
|
|
|
|
|
htmlcov/
|
2023-03-17 17:33:34 +01:00
|
|
|
|
2025-08-12 19:02:05 +02:00
|
|
|
# Documentation and helpers
|
2023-03-17 17:33:34 +01:00
|
|
|
screenshots/
|
|
|
|
|
docs/
|
2025-05-21 16:23:50 +01:00
|
|
|
helpers/
|
2025-08-12 19:02:05 +02:00
|
|
|
README.md
|
|
|
|
|
unraid.xml
|
|
|
|
|
|
|
|
|
|
# Node modules (handled separately in multi-stage build)
|
|
|
|
|
node_modules/
|
|
|
|
|
|
2025-08-14 23:52:52 +02:00
|
|
|
# Built assets (external dependencies will be built in container)
|
|
|
|
|
app/static/css/main.css
|
|
|
|
|
app/static/js/sortable.min.js
|
|
|
|
|
app/static/js/tiny-mde.min.js
|
|
|
|
|
app/static/css/tiny-mde.min.css
|
2025-08-12 19:02:05 +02:00
|
|
|
|
2025-09-10 12:41:08 +02:00
|
|
|
# Lock files generated by CI before container build
|
2025-08-31 19:22:42 +02:00
|
|
|
|
2025-08-12 19:02:05 +02:00
|
|
|
# Hidden files (except those we need)
|
|
|
|
|
.*
|
|
|
|
|
!.dockerignore
|
2025-05-21 16:23:50 +01:00
|
|
|
|