diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f80a93c --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +dist/ +*.egg-info/ +.eggs/ +*.egg + +# Virtual environments +venv/ +ENV/ +env/ +.venv/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Testing +.tox/ +.nox/ +.coverage +htmlcov/ +.pytest_cache/ +*.cover + +# Logs +*.log + +# OS +.DS_Store +.DS_Store? +._* + +# Temporary +tmp/ +temp/ +*.tmp +*.temp