paperhawk / .dockerignore
Nándorfi Vince
Initial paperhawk push to HF Space (LFS for binaries)
7ff7119
raw
history blame
382 Bytes
# Git
.git
.gitignore
# Env
.env
.env.*
!.env.example
# Python
__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.venv
venv
# IDE
.vscode
.idea
.DS_Store
# Perzisztens runtime adat (mount-oljuk, ne image-be sütjük)
chroma_db/
data/checkpoints.sqlite*
# Tervek és dokumentáció (image-be felesleges)
tervek/
dokumentacio/
# Test results
test_results/
# Node
node_modules/