summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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/