You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
345 B
Plaintext
27 lines
345 B
Plaintext
# Local Python environments and caches
|
|
.venv/
|
|
venv/
|
|
env/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Runtime output and local browser state
|
|
runtime-data/
|
|
.superpowers/
|
|
*.log
|
|
|
|
# Large local inputs/outputs
|
|
*.mp4
|
|
*.udp
|
|
*.pt
|
|
!best.pt
|
|
1785156788883112336
|
|
1785156930165011925_OHO
|
|
1785157010396359620
|
|
|
|
# Editor settings
|
|
.vscode/
|