Commit
·
2b83a21
1
Parent(s):
92c6c67
adding the gitignore file
Browse files- .gitignore +1 -5
.gitignore
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
# This is the most important line. Never commit your environment variables.
|
3 |
.env
|
4 |
|
5 |
-
# --- Python / Backend ---
|
6 |
-
# Virtual environment folder (if you create one locally)
|
7 |
venv/
|
8 |
ai_env/
|
9 |
.venv/
|
10 |
|
11 |
-
# Python cache files and artifacts
|
12 |
__pycache__/
|
13 |
*.pyc
|
14 |
*.pyo
|
|
|
1 |
+
|
|
|
2 |
.env
|
3 |
|
|
|
|
|
4 |
venv/
|
5 |
ai_env/
|
6 |
.venv/
|
7 |
|
|
|
8 |
__pycache__/
|
9 |
*.pyc
|
10 |
*.pyo
|