From 4fc6e6f5186163ecf03582d74c668d2329cf031a Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 21 Dec 2020 23:33:35 -0500 Subject: Pull version information from Git tags. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 66dbf51..a57e710 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# Generated metadata created by `pip install`, `setup.py sdist`, and friends. +# Will be reconstituted from setup.py as needed. *.egg-info + +# Compiled Python bytecode. Will be regenerated on import, for the current +# Python version. *.pyc + +# Dependencies installed via setup_requires; will be recreated from setuptools +# as needed. +/.eggs/ -- cgit v1.2.3