gitignore: ignore virtualenvs, caches, fixtures and artifacts

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
Piotr Król
2025-09-15 23:25:40 +02:00
parent 0178f9ab67
commit 378484a795
+6
View File
@@ -10,3 +10,9 @@ venv
.vite
package-lock.json
slides.md
.env
/fixtures/*.xml
.venv/
*.pyc
__pycache__
artifacts