30 lines
254 B
Plaintext
30 lines
254 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.python-version
|
|
|
|
# Virtual environments
|
|
.venv
|
|
output.md
|
|
.arts
|
|
cache/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# test files
|
|
.pytest_cache/
|
|
|
|
# dynamic library
|
|
*.so
|
|
*.dll
|
|
*.pyd
|
|
|
|
# log
|
|
log/
|