Nefertury commited on
Commit
7ae54a6
·
verified ·
1 Parent(s): 3297f8d

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +14 -0
.gitignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+
7
+ # Virtual environments
8
+ .venv
9
+ venv/
10
+ env/
11
+
12
+ # IDE files
13
+ .vscode/
14
+ .idea/