S-Dreamer commited on
Commit
1527743
·
verified ·
1 Parent(s): 9feb0bd

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +12 -0
.gitignore ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+ *.env
7
+ .env
8
+ .venv/
9
+ .idea/
10
+ .DS_Store
11
+ *.log
12
+ tests/__pycache__/