# Python __pycache__/ *.pyc *.pyo *.pyd *.egg-info/ dist/ build/ .eggs/ # Virtual environments .env .venv/ venv/ # devenv / nix .devenv/ .devenv.flake.nix devenv.lock # direnv .direnv/ # pytest .pytest_cache/ # OS .DS_Store # Exports (generated at runtime) *.csv *.json *.md.tmp # Editor *.swp *.swo *~