Added python venv files+dir and node_modules+package-lock to gitignore.

This commit is contained in:
K
2025-07-22 14:47:19 +05:30
parent 5792849c1e
commit f51ee5667f
+7 -4
View File
@@ -1,8 +1,11 @@
# python-venv excluded
include/
# Node
node_modules/
package-lock.json
# Python venv
bin/
lib/
lib64/
share/
lib64
pyvenv.cfg
share/