diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..941f1db --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Python +__pycache__/ +*.py[cod] +*.egg-info/ +dist/ +.venv/ +venv/ + +# Environment (secrets!) +.env + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Docker +.docker/ + +# Test +.pytest_cache/ +htmlcov/ +.coverage