diff --git a/.gitignore b/.gitignore index 8fce603..20de3f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,32 @@ +# Data volume data/ + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +.venv/ +venv/ +ENV/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# Environment +.env +.env.local + +# Testing +.pytest_cache/ +.coverage +htmlcov/ + +# Distribution +dist/ +build/ +*.egg-info/