# Git .git .gitignore # Python __pycache__ *.pyc *.pyo *.pyd .Python *.so *.egg *.egg-info dist build .pytest_cache .coverage htmlcov .mypy_cache .dmypy.json dmypy.json # Virtual environments venv env ENV .venv # IDE .vscode .idea *.swp *.swo *~ # Environment files .env .env.local .env.*.local # Documentation README.md *.md # Lock files (not needed for pip install) uv.lock # Vercel vercel.json # Distribution files *.tar.gz *.zip