hf-viz / .dockerignore
midah's picture
Add force-directed graph UI controls, rounded points, growth rate calculation, and error handling improvements
4b829ab
# Ignore unnecessary files for Docker build
node_modules/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.log
.git/
.gitignore
*.md
!README.md
!README_SPACE.md
precomputed_data/*.parquet
precomputed_data/*.pkl
cache/
*.db
.DS_Store