Skip to content
Snippets Groups Projects
Commit b0fe0f0f authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Ignore build files etc

parent 067adfb5
No related branches found
No related tags found
No related merge requests found
......@@ -77,3 +77,45 @@ docs/_build
# Mypy Cache
.mypy_cache/
# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info
# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml
# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_build/*
cover/*
MANIFEST
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment