FreshPixels commited on
Commit
382d9ed
·
verified ·
1 Parent(s): e5a06b2

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +13 -0
.gitignore ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *$py.class
4
+ *.egg-info/
5
+ dist/
6
+ build/
7
+ .venv/
8
+ venv/
9
+ .env
10
+ .env.*
11
+ .mypy_cache/
12
+ .pytest_cache/
13
+ .ruff_cache/