-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 726 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (37 loc) · 726 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
# --- Python Standard ---
__pycache__/
*.py[cod]
*$py.class
# --- Medii Virtuale (Virtual Environments) ---
venv/
env/
.env
.venv/
# --- IDE Settings (VS Code, PyCharm, etc) ---
.idea/
.vscode/
*.swp
# --- Fișiere generate ---
# Folderul cu cadrele video (output_dir="frames")
frames/
# Fișiere video finale (generate de ffmpeg)
*.mp4
*.avi
*.mov
# Alte imagini generate temporar
*.png
*.jpg
*.jpeg
# --- Solara / Jupyter ---
.ipynb_checkpoints/
# --- Alte ---
multiagent_food_trails.py
overlay.py
buffer.py
docs/analiza_multiagent_FEP.md
docs/supliment_insights_teoretice.md
multiagent_test.py
multiagent_test_v2.py
multiagent_interactive.py
docs/sisteme_fizice_active_inference.md
PLAN_IMPLEMENTARE_LLM_CARETAKER.md