palapapa commited on
Commit
2ca59dc
·
unverified ·
1 Parent(s): 93ed605

Added .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +10 -0
.gitignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.py[oc]
4
+ build/
5
+ dist/
6
+ wheels/
7
+ *.egg-info
8
+
9
+ # Virtual environments
10
+ .venv