DiplomovaPraca/.gitignore
2026-05-14 12:32:49 +02:00

34 lines
414 B
Plaintext

# Large local datasets
data_adc_databaza/
# External LightRAG checkout and generated RAG storage
lightrag/
# Scraped/debug HTML snapshots
pil.html
detail-product.html
# Generated graph artifacts
*.graphml
outputs/
# Logs
*.log
# Python cache and local environments
__pycache__/
*.py[cod]
.venv/
venv/
env/
# Tool/local workspace metadata
.claude/
.tmp/
# OS/editor files
.DS_Store
Thumbs.db
.idea/
.vscode/