wikimore/.gitignore
Kumi 71320b75e5
chore: Add Docker support to documentation
Introduces a Docker section in the README with instructions on
setting up Wikimore using Docker Compose, providing an
alternative to the standard installation method.

Updates .gitignore to exclude docker-compose.yml from version
control to prevent accidental configuration changes from being
tracked.
2025-01-31 09:52:28 +01:00

6 lines
58 B
Text

venv/
.venv/
__pycache__/
*.pyc
/dist/
docker-compose.yml