749bd59e99
📁 Files changed: 6 📝 Lines changed: 32 • .gitignore • .python-version • README.md • main.py • pyproject.toml • uv.lock
11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|