*.py[co]
*.sw[a-z]
*.orig
*~
.DS_Store
Thumbs.db

*.egg-info
*.dll
tests/local_settings.py

# Virtual Env
/venv/
.idea/
