Files
stepanalyser/.gitignore
Christian Anetzberger e18c14750e Refined gitignore
2026-01-22 20:28:35 +01:00

60 lines
873 B
Plaintext

# =========================
# 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