diff --git a/.gitignore b/.gitignore index 5314f39..8a159c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,33 @@ -*.pyc -__pycache__/ -venv/ -.env -*.egg-info/ +# pycache +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ dist/ -.build/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.env +.venv +env/ +venv/ +ENV/ +*.log +.pytest_cache/ +.coverage +htmlcov/ +.mypy_cache/ +.ruff_cache/ +.vscode/ +.DS_Store