retoques
This commit is contained in:
parent
86ee083b90
commit
e3a99d9604
8 changed files with 489 additions and 483 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -1,24 +1,33 @@
|
|||
# Virtual environment
|
||||
# --- Virtual environments ---
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env/
|
||||
.env
|
||||
|
||||
# Byte-code files
|
||||
# --- Python bytecode ---
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# IDE specific files
|
||||
# --- IDE project folders ---
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Operating System files
|
||||
# --- OS-generated files ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Database files (if SQLite)
|
||||
# --- SQLite / misc DB files ---
|
||||
*.sqlite3
|
||||
*.db
|
||||
|
||||
# Logs
|
||||
# --- Postgres Docker data directory ---
|
||||
pgdata/
|
||||
|
||||
# --- HuggingFace models cache ---
|
||||
hf_cache/
|
||||
|
||||
# --- Logs ---
|
||||
*.log
|
||||
logs/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue