summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..518522a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
1*~
2*.egg
3*.egg-info
4*.pyc
5venv/
6.venv/
7.tox
8__pycache__/
9AUTHORS
10build/*
11ChangeLog
12doc/build/*
13dist/
14.eggs/