Hanzo03 commited on
Commit
bdc847c
·
1 Parent(s): 41de64d

updarted gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +22 -1
.gitignore CHANGED
@@ -1,3 +1,24 @@
1
  __pycache__/
2
  .venv/
3
- .env
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  __pycache__/
2
  .venv/
3
+ *.env
4
+
5
+ # Byte-compiled / optimized / DLL files
6
+ *.py[cod]
7
+ *$py.class
8
+ *.so
9
+
10
+ # Distribution / packaging
11
+ build/
12
+ dist/
13
+ *.egg-info/
14
+ *.egg
15
+
16
+ # Testing / coverage
17
+ .coverage
18
+ htmlcov/
19
+ .pytest_cache/
20
+
21
+ # OS / IDE
22
+ .DS_Store
23
+ .vscode/
24
+ .idea/