- Created .gitignore with standard Python patterns - Removed committed __pycache__/__init__.cpython-314.pyc from git tracking Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
dist/
|
|
.pytest_cache/
|
|
.ruff_cache/
|