dpv007 commited on
Commit
4d77357
Β·
unverified Β·
1 Parent(s): a9d060d

Delete .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +0 -60
.gitignore DELETED
@@ -1,60 +0,0 @@
1
- # ── Python ────────────────────────────────────────────────────────────────────
2
- __pycache__/
3
- *.py[cod]
4
- *.pyo
5
- *.pyd
6
- .Python
7
- *.egg
8
- *.egg-info/
9
- dist/
10
- build/
11
- .eggs/
12
- .pytest_cache/
13
- .mypy_cache/
14
- .ruff_cache/
15
- htmlcov/
16
- .coverage
17
- .coverage.*
18
-
19
- # ── Virtual Environments ──────────────────────────────────────────────────────
20
- .venv/
21
- venv/
22
- env/
23
- ENV/
24
-
25
- # ── Environment Files ─────────────────────────────────────────────────────────
26
- .env
27
- .env.local
28
- .env.production
29
- *.env
30
-
31
- # ── Node / React Native / Expo ────────────────────────────────────────────────
32
- node_modules/
33
- .expo/
34
- dist/
35
- .expo-shared/
36
- *.jks
37
- *.p8
38
- *.p12
39
- *.key
40
- *.mobileprovision
41
- *.orig.*
42
- web-build/
43
- android/
44
- ios/
45
-
46
- # ── Editor ────────────────────────────────────────────────────────────────────
47
- .vscode/
48
- .idea/
49
- *.swp
50
- *.swo
51
- .DS_Store
52
- Thumbs.db
53
-
54
- # ── Docker ────────────────────────────────────────────────────────────────────
55
- docker-compose.override.yml
56
-
57
- # ── Logs ─────────────────────────────────────────────────────────────────────
58
- *.log
59
- logs/
60
- agent-creations/