diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00e74ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Python +*.pyc +*.pyo +*.pyd +*.pyc +__pycache__/ +*.egg-info/ +dist/ +build/ +.eggs/ +*.egg + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Testing +.pytest_cache/ +.coverage +htmlcov/ +.nox/ +.coverage + +# Environment +.env +.venv/ +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# OS +.DS_Store +Thumbs.db