diff --git a/.gitignore b/.gitignore index 25243f5..5314f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,7 @@ +*.pyc __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 -.env -.venv -env/ venv/ -ENV/ -*.log -.pytest_cache/ -.coverage -htmlcov/ -.mypy_cache/ -.ruff_cache/ -.vscode/ -.DS_Store +.env +*.egg-info/ +dist/ +.build/