22 lines
233 B
Text
22 lines
233 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# tests
|
|
.coverage*
|
|
evaluations/data/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# environment variables
|
|
.env
|
|
TODO.md
|
|
PLAN.md
|
|
DEVNOTES.md
|