Ignore generated cache and dependency folders

This commit is contained in:
Server Admin 2026-07-03 16:27:18 +00:00
parent fa34caa691
commit 2083192862
2 changed files with 13 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.venv/
# Node
node_modules/
# Env files
.env