atoye1 commited on
Commit
6cae86b
·
1 Parent(s): 4e07270

update gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +23 -0
.gitignore ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.class
5
+
6
+ # Poetry
7
+ .venv/
8
+ dist/
9
+ poetry.lock
10
+
11
+ # Environment variables
12
+ .env
13
+
14
+ # IDE
15
+ .vscode/
16
+ .idea/
17
+
18
+ # Project specific
19
+ downloads/
20
+ reports/
21
+ *.log
22
+
23
+ media_output/