target
local
__pycache__
/*.egg-info
/dist
/python/**/dist
/python/**/*.egg-info
/python/**/*-stubs

# Eclipse, Netbeans and IntelliJ files
/.*
!/.github
!/.ci
!.gitignore
!.gitattributes
!/.mvn
/nbproject
*.ipr
*.iws
*.iml

# Repository wide ignore mac DS_Store files
.DS_Store
