summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-05-28 08:06:54 +0200
committerGitHub <noreply@github.com>2021-05-28 08:06:54 +0200
commit285490922584c1be42b5be89c00e7c8e1d972fb8 (patch)
tree1799c5e38f037525a99d6784e6b54f9ae0e6d0b8 /.gitignore
parent7153aa0fbb108e9c74d13a2454e1602330bf9b4e (diff)
downloadzope-pagetemplate-285490922584c1be42b5be89c00e7c8e1d972fb8.tar.gz
Config with pure python (#28)
* Lint the code. * Add support for Python 3.9.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 22 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index aa19a47..9a9e9b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,29 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
+*.egg-info/
+*.profraw
*.pyc
-*.so
-*.dll
-__pycache__
-src/*.egg-info
-
+*.pyo
+.coverage
+.coverage.*
+.eggs/
.installed.cfg
-.tox
+.mr.developer.cfg
+.tox/
+.vscode/
+__pycache__/
bin/
build/
+coverage.xml
develop-eggs/
+develop/
+dist/
+docs/_build
eggs/
+etc/
+lib/
+lib64
+log/
parts/
-dist/
-.coverage
-htmlcov/
-docs/_build/
+pyvenv.cfg
+var/