14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
.git
|
|
.gitignore
|
|
.codex
|
|
**/.git
|
|
**/.venv
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.DS_Store
|
|
.data
|