Add files via upload

This commit is contained in:
luka-lukapej 2025-04-26 09:36:09 +02:00 committed by GitHub
parent 6b4026c2f0
commit 653465495a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

37
gitignore Normal file
View File

@ -0,0 +1,37 @@
# Ignore macOS system files
.DS_Store
# Ignore Windows thumbnail cache
Thumbs.db
# Node.js dependencies
node_modules/
# Python bytecode and environments
__pycache__/
*.py[cod]
*.env
# Logs
*.log
npm-debug.log*
yarn-debug.log*
# Build output directories
dist/
build/
# Environment files
.env
.env.local
# IDE and editor folders
.vscode/
.idea/
# Miscellaneous
*.tmp
*.swp
# Exception: track your LICENSE file
!LICENSE