structables/.gitignore
Kumi 20c03bb4e0
All checks were successful
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 2m38s
Python Package CI/CD / Publish to PyPI (push) Successful in 1m10s
feat: update gitignore and pyproject.toml
- .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.
2024-07-21 17:12:09 +02:00

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/*