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