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

# due to using pytest
.cache