# .gitignore
#

*~
*.swp
*.un~
*_bak

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

# C/C++
*.o