Add .gitignore

This commit is contained in:
directlx 2026-01-24 19:00:53 -05:00
parent 1c3d9f694c
commit 96cc5bfaab
1 changed files with 23 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# OS files
.DS_Store
Thumbs.db
# Node.js
node_modules/
npm-debug.log
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.env
# Logs
*.log
# IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace