print3d_toolbox/.gitignore
2024-05-15 14:03:47 +10:00

20 lines
176 B
Plaintext

# Generic files to ignore.
.*
# Python temp paths.
__pycache__/
*.py[cod]
# Editors.
*~
*.swp
*.swo
*#
# Local patches.
/*.patch
/*.diff
# Locally built extensions.
/*.zip