1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00
feather/.dockerignore

20 lines
195 B
Text

# Git
.git
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Feather config file
config.toml
# Feather runtime files
reader/
data/