# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv .env *.egg-info dist build # Testing .pytest_cache .coverage htmlcov .tox .mypy_cache .ruff_cache # IDE .idea .vscode *.swp *.swo # Project specific data/ *.db .claude docs/ tests/ *.md .pre-commit-config.yaml