Refined gitignore
This commit is contained in:
61
.gitignore
vendored
61
.gitignore
vendored
@@ -1,2 +1,59 @@
|
||||
_jobs
|
||||
.venv
|
||||
# =========================
|
||||
# Python
|
||||
# =========================
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# =========================
|
||||
# macOS
|
||||
# =========================
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# =========================
|
||||
# IDEs / Editors
|
||||
# =========================
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# =========================
|
||||
# Logs
|
||||
# =========================
|
||||
*.log
|
||||
|
||||
# =========================
|
||||
# Job runtime data (generated)
|
||||
# =========================
|
||||
_jobs/
|
||||
_jobs/**
|
||||
|
||||
# =========================
|
||||
# Generated outputs
|
||||
# =========================
|
||||
*.dxf
|
||||
*.svg
|
||||
*.json
|
||||
*.FCStd
|
||||
|
||||
# If you want to keep example outputs, comment out the lines above selectively
|
||||
|
||||
# =========================
|
||||
# Temporary files
|
||||
# =========================
|
||||
*.tmp
|
||||
*.bak
|
||||
*.old
|
||||
|
||||
# =========================
|
||||
# OS / misc
|
||||
# =========================
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user