mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 18:19:32 +00:00
refactor: everything into several files and a valid python package
This commit is contained in:
parent
58e8a14b93
commit
b0e0c5d0df
15 changed files with 646 additions and 1227 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue