Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 9 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ __pycache__/
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
Expand All @@ -43,38 +38,21 @@ Thumbs.db
# Logs
logs/
data/logs/
data/logs/*.log

# Python
__pycache__/
*.pyc
*.py[cod]
*.pyo
# Testing
.pytest_cache/
*.egg-info/

# IDE
.vscode/
.idea/

# Output files - keep .gitkeep only
output/*
*.stl
*.step
# Output files keep example STL files but ignore generated ones
# Examples are committed; runtime-generated models are not.
output/*.stl
output/*.step
!output/.gitkeep

# Data metrics
data/metriky.json
# Data metrics
# Data
data/metriky.json

# Vectorstore (can be rebuilt)
data/vectorstore/

# Plugin data
data/cache/
data/logs/*.log
config.json


# Legacy output directory (old path)
vystupy/
# Config overrides
config.json
Loading