diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ebf027 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Python +__pycache__/ +*.py[cod] +*.egg-info/ +dist/ +build/ +.eggs/ + +# Virtual environments +.venv/ +venv/ +env/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Testing / Coverage +.pytest_cache/ +.coverage +htmlcov/ + +# Environment +.env +.env.local