# .gitignore

*~
*.swp
*.un~
*_bak

# python
__init__.py
*.pyc
**/__pycache__