DuckDB-UI / .dockerignore
amaye15's picture
UI
c43b33b
raw
history blame
159 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.git
.gitignore
*.db
*.db.wal
data/*.db
data/*.db.wal
# Add other files/directories to ignore if needed