# .gitignore for carlfg
# ignore files and dirs globally

*~
*.pyc
.DS_Store
*.egg-info


dist/
build/


