update dockerignore

This commit is contained in:
Viktor Barzin 2026-02-01 20:22:03 +00:00
parent 997084d0f2
commit 4d7ca7b920
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -1,2 +1,46 @@
data/**
frontend
# Data directories
data/
*.db
*.sqlite
# Frontend (built separately)
frontend/
# Dependencies
.venv/
__pycache__/
*.pyc
*.pyo
# IDE
.idea/
.vscode/
*.swp
# Git
.git/
.gitignore
# Logs
*.log
recalculating.log
# Jupyter
*.ipynb
.ipynb_checkpoints/
# Tests
.pytest_cache/
.coverage
htmlcov/
# Claude
.claude/
# macOS
.DS_Store
._*
# Environment (keep .env.sample)
.env
.env.local