update dockerignore
This commit is contained in:
parent
997084d0f2
commit
4d7ca7b920
1 changed files with 46 additions and 2 deletions
|
|
@ -1,2 +1,46 @@
|
||||||
data/**
|
# Data directories
|
||||||
frontend
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue