new: Added a gitignore file

This commit is contained in:
Sayantan Santra 2025-04-18 02:17:59 -05:00
parent 7ada3d1694
commit bbe6ccd7df
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# pyenv
.python-version
# Setuptools distribution folder.
/dist/
/build/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
/__pycache__/
# Ingore .venv
.venv