DevelopedBy-Siva commited on
Commit
f19c3ba
·
1 Parent(s): bc3ead7

add gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +23 -0
.gitignore ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .env
2
+ .env.local
3
+ .venv/
4
+ venv/
5
+ __pycache__/
6
+ .pytest_cache/
7
+ .mypy_cache/
8
+ .ruff_cache/
9
+ *.pyc
10
+ *.pyo
11
+ *.pyd
12
+
13
+ dist/
14
+ build/
15
+ *.egg-info/
16
+
17
+ .DS_Store
18
+ .idea/
19
+ .vscode/
20
+
21
+ flowpilot-vertex-key.json
22
+ *.pem
23
+ *.key