Include gitignore

This commit is contained in:
Rusfort 2025-04-29 18:49:02 +02:00
parent 30b5b7ec23
commit bcdadd95a9

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Ignore Node.js dependencies
node_modules/
# Ignore Python virtual environment
venv/
*.pyc
__pycache__/
# Ignore build output directory
dist/
build/
# Ignore log files
*.log
# Ignore environment variables file
.env
.env.*
!.env.example # Keep example file
# Ignore IDE/Editor specific files
.vscode/
.idea/
# Ignore macOS system files
.DS_Store
# Ignore Windows thumbnail cache
Thumbs.db