diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1597995 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +__pycache__ +*.pyc +*.pyo +*.pyd +.Python +*.so +*.egg +*.egg-info +dist +build +.pytest_cache +.coverage +htmlcov +*.log +.DS_Store +.vscode +.idea +*.swp +*.swo +~