diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..d4e04b64dcab951ebb1f356b8c7857d6f6fd39bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# generic files to ignore +.* + +# python temp paths +__pycache__/ +*.py[cod] + +# editors +*~ +*.swp +*.swo +*# + +# ms-windows +Thumbs.db +ehthumbs.db +Desktop.ini + +# commonly used paths in blender +/blender.bin +/user-config.py +