TheNedgineer commited on
Commit
d9357ea
·
1 Parent(s): c7483a6

add .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python bytecode
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+
7
+ # Virtual environments
8
+ venv/
9
+ env/
10
+ .venv/
11
+
12
+ # Other common junk
13
+ .DS_Store
14
+ Thumbs.db
15
+ *.log