# Virtual environments .venv/ venv/ # Python cache __pycache__/ *.pyc *.pyo *.pyd # Tool caches .pytest_cache/ .mypy_cache/ .ruff_cache/ # Build artifacts build/ dist/ *.egg-info/ # IDEs .vscode/ .idea/ # OS files .DS_Store .env/