summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bbbe2a5..392e5d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,7 @@ obj_dir/
simpc/
*.o
*.d
-.cache/ \ No newline at end of file
+.cache/
+*.pyc
+__pycache__/
+build/