gitignore

This commit is contained in:
2025-12-12 09:51:23 +00:00
parent 8d6ef37d52
commit dbb6407cb6

17
.gitignore vendored
View File

@@ -1,4 +1,13 @@
/vendor # .NET
/node_modules **/bin/
.env **/obj/
.DS_Store
# Node
node_modules/
# Logs
*.log
# Python
__pycache__/
*.pyc