2dBoundaryLayerExample/.gitignore
2026-04-24 13:14:31 +02:00

38 lines
294 B
Plaintext

# Images & media
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.webp
*.ico
*.bmp
*.tiff
*.mp4
*.mp3
*.mov
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*.suo
# Logs & temp
*.log
*.tmp
*.cache
__pycache__/
*.pyc
# Dependencies (if JS/Python)
node_modules/
venv/
.env