diff --git a/.gitignore b/.gitignore index 804125c..98b7d41 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,31 @@ __pycache__/ .eggs/ *.egg-info dist/ -build/ \ No newline at end of file +build/ +.DS_Store +*.log +*.pyc +.idea +.sass-cache +*.iml +.ipr +.iws +*~ +~* +*.diff +*.patch +*.bak +Thumbs.db +.project +.*proj +.svn +*.swp +*.swo +*.class +*.tmp_* +.build +.logs +node_modules +config.rb +.pytest_cache +.idea \ No newline at end of file