mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2024-12-25 17:58:35 -06:00
15 lines
199 B
Text
15 lines
199 B
Text
# pyenv
|
|
.python-version
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
/build/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
/*.egg
|
|
|
|
/__pycache__/
|
|
|
|
# Ingore .venv
|
|
.venv
|