Add comprehensive Python gitignore patterns: - Virtual environments (venv/, env/, .venv/) - Python cache files (__pycache__/, *.pyc) - Distribution files (dist/, build/, *.egg-info/) - Testing artifacts (.pytest_cache/, .coverage) - Development tools (.mypy_cache/, .tox/) Prevents accidental commit of: - Virtual environment directories - Python bytecode cache - Build artifacts - IDE and testing files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1.5 KiB
1.5 KiB