30 lines
214 B
Plaintext
30 lines
214 B
Plaintext
.venv/
|
|
venv/
|
|
env/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
|
|
/datasets/
|
|
|
|
/baselines/
|
|
|
|
/artifacts/
|
|
|
|
/paper/
|
|
|
|
*.tmp
|