Shuya Feng commited on
Commit
4f456aa
·
1 Parent(s): 6640531

fix: Re-add app directory and add .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +21 -0
.gitignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+ .Python
7
+ .env
8
+ .venv
9
+ env/
10
+ venv/
11
+ ENV/
12
+
13
+ # IDE
14
+ .idea/
15
+ .vscode/
16
+ *.swp
17
+ *.swo
18
+
19
+ # OS
20
+ .DS_Store
21
+ Thumbs.db