DiplomovaPraca/.gitignore
2026-05-14 12:26:11 +02:00

33 lines
405 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
# 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/