about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDuncan Ogilvie <mr.exodia.tpodt@gmail.com>2024-01-06 18:00:33 +0100
committerDuncan Ogilvie <mr.exodia.tpodt@gmail.com>2024-01-06 18:00:33 +0100
commit0d031c8a558a70664b7ce1e7f580472cff73c2b8 (patch)
tree93bb261f5f0802e87a6e958b2020883c2623d136
parente9dee4eb5e8b8dc0b81e22598b754c8df29f1674 (diff)
downloadfocaccia-miasm-0d031c8a558a70664b7ce1e7f580472cff73c2b8.tar.gz
focaccia-miasm-0d031c8a558a70664b7ce1e7f580472cff73c2b8.zip
Update .gitignore to ignore virtual envs
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6fc6b959..34b94382 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,18 @@
 # Build directory
 /build/*
+dist/
+sdists/
 # Emacs files
 *~
 # Compiled python files
+__pycache__/
 *.py[cod]
 # Generated files
 *.egg*
 **.dot
 **.so
-VERSION
\ No newline at end of file
+VERSION
+# Virtual environments
+venv*/
+.env/
+.venv*/
\ No newline at end of file