-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (38 loc) · 710 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (38 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# --- Virtual Environments ---
venv/
env/
.venv/
# --- Environment Variables (CRITICAL) ---
.env
.env.local
# --- Python & System ---
__pycache__/
*.py[cod]
*$py.class
.DS_Store
Thumbs.db
# --- Data Management (Don't upload datasets) ---
# Veri setlerini kodla indiriyoruz, repoda tutmaya gerek yok
data/raw/
data/raw_download/
data/dataset_synthetic/
data/dataset_local/
data/ready_dataset/
*.zip
Slides/speech/
# this is me
# --- VİDEOLAR ---
experiments/videos/output_webcam.avi
# --- EĞİTİM ÇIKTILARI (Models) ---
# YOLO eğitim logları ve ağırlıkları
runs/
*.pt
*.onnx
models/weights/*
# --- IDE Settings ---
.vscode/
.idea/
*.swp
.ipynb_checkpoints/
# --- JUPYTER ---
.ipynb_checkpoints/