From 1dac2263372df2b85db5d029a45721fa158a5c9d Mon Sep 17 00:00:00 2001 From: xiubuzhe Date: Sun, 8 Oct 2023 20:59:00 +0800 Subject: first add files --- .gitignore | 43 +++---------------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a81c8ee..f08d8af 100644 --- a/.gitignore +++ b/.gitignore @@ -3,28 +3,13 @@ __pycache__/ *.py[cod] *$py.class -# C extensions -*.so - # Distribution / packaging .Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ *.egg-info/ -.installed.cfg *.egg -MANIFEST + +# Vim +*.swp # PyInstaller # Usually these files are written by a python script from a template @@ -49,7 +34,6 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ -cover/ # Translations *.mo @@ -73,7 +57,6 @@ docs/_build/ # PyBuilder .pybuilder/ -target/ # Jupyter Notebook .ipynb_checkpoints @@ -104,15 +87,6 @@ celerybeat.pid # SageMath parsed files *.sage.py -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - # Spyder project settings .spyderproject .spyproject @@ -120,19 +94,8 @@ venv.bak/ # Rope project settings .ropeproject -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ - -# Cython debug symbols -cython_debug/ -- cgit v1.2.3