summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMürsel Türk2022-08-25 22:25:12 +0200
committerMürsel Türk2022-08-26 12:45:49 +0200
commit960ee8f3ffb7633ef9400e8bc835dc31be22dd3a (patch)
tree2b13d2da3efe60824db284d5709edd04625b2346
parentInitial commit (diff)
downloadvm-inspector-960ee8f3ffb7633ef9400e8bc835dc31be22dd3a.tar.gz
vm-inspector-960ee8f3ffb7633ef9400e8bc835dc31be22dd3a.tar.xz
vm-inspector-960ee8f3ffb7633ef9400e8bc835dc31be22dd3a.zip
Add .gitignore file
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9758b2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# General
+.DS_Store \ No newline at end of file