diff --git a/.gitignore b/.gitignore index e7f71d6..718d1c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,36 @@ -*.pyc __pycache__/ -.env -*.log -.coverage -.pytest_cache/ -.mypy_cache/ -.ruff_cache/ -dist/ +*.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 +config.yaml +.history/ +*.log +.pytest_cache/ +.coverage +htmlcov/ +.venv/ +venv/ +ENV/ +.idea/ +.vscode/ +*.swp +*.swo +*~ +.DS_Store