diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac76f5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Distribution / packaging +build/lib/ +dist/ +*.egg-info/ +.eggs + +# Testing and coverage +.cache +.nox/ +.mypy_cache/ +.pytest_cache +htmlcov/ +.coverage +coverage.xml +tests/integration/ +.integration-sources +.tox +Dockerfile + +# Restore src/build in case user ignores 'build' +!src/build |