Diff of /.gitignore [000000] .. [ea0fd6]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,25 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/
+dist/
+eggs/
+.eggs/
+*.egg-info/
+*.egg
+
+# Sphinx documentation
+docs/_build/
+
+# Cython debug symbols
+cython_debug/
+
+# IDE settings
+.vscode/