diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..871d4ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +venv/ +ENV/ +.venv +env/ +.env +.venv* +*.log +.coverage +.pytest_cache/ +htmlcov/ +.tox/ +.mypy_cache/ +.ruff_cache/ +.DS_Store +*.swp +*.swo +*~ \ No newline at end of file