Kumi
20c03bb4e0
- .gitignore adjusted to handle Docker builds: - Added `/dist/*` to ignore all files in `dist/` except `css`. - Increased library version to 0.3.10 in pyproject.toml. - Removed unused bootstrap JS files. This change ensures Docker builds exclude unnecessary files, while allowing necessary CSS files in `dist/`. Additionally, the version bump addresses new project improvements and the cleanup of orphaned files.
13 lines
No EOL
166 B
Text
13 lines
No EOL
166 B
Text
.env
|
|
.vscode
|
|
__pycache__/
|
|
docker-compose.yml
|
|
privacy.md
|
|
privacy.txt
|
|
*.pyc
|
|
venv/
|
|
|
|
# Special rules needed for building the Docker image
|
|
/dist/*
|
|
!/dist/css/
|
|
!/dist/css/* |