# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
*__pycache__/*
# *.so
*~
*.idea
.pytest_cache/

# due to using tox and pytest
.tox
.cache

# Docker parameters
# param*.yml
/.project
/.pydevproject
