aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dbcfed5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
1*.pyc
2
3# Packages
4*.egg
5/*.egg-info
6/dist/*
7build
8_build
9.cache
10*.so
11
12# Installer logs
13pip-log.txt
14
15# Unit test / coverage reports
16.coverage
17.tox
18.pytest_cache
19
20.DS_Store
21.idea/*
22.python-version
23.vscode/*
24
25/setup.cfg
26MANIFEST.in
27/setup.py
28.mypy_cache
29
30.venv
31/releases/*
32pip-wheel-metadata
33/poetry.toml