# ignore hidden
.*
*~
\#*\#

# allow gitignore
!.gitignore

# allow some dot files
!/.pre-commit-config.yaml

# python
*.pyc

# ignore dev and build files
/dist
