wikimore/.gitignore
Kumi 9d25954448
chore: update .gitignore to include /dist/ directory
Added the /dist/ directory to .gitignore to prevent distribution artifacts from being tracked in the repository. This helps in keeping the repository clean and reduces unnecessary clutter in version control.
2024-07-16 09:59:11 +02:00

5 lines
No EOL
38 B
Text

venv/
.venv/
__pycache__/
*.pyc
/dist/