21 lines
197 B
Plaintext
21 lines
197 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
output.md
|
|
.arts
|
|
uv.lock
|
|
cache/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# test files
|
|
.pytest_cache/ |