aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2af12cd..df524c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,9 @@
# C/C++
*.o
+*.so
+
+# Python
+*.py[cod]
+**/__pycache__