mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 10:09:32 +00:00
23 lines
226 B
Text
23 lines
226 B
Text
# Git
|
|
.git
|
|
|
|
# README ricing files
|
|
images/
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Feather config file
|
|
config.toml
|
|
|
|
# Feather runtime files
|
|
reader/
|
|
data/
|