diff --git a/.gitignore b/.gitignore index f61b850..4a3dc11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,10 @@ -.venv +__pycache__/ +*.pyc .env -__pycache__ -.pytest_cache -.pypirc -*.db -test -test_state.json -task_flow.egg-info -example_repo -signature.js -git-filter-repo -task/orca/ -**/dist/ -# yarn.lock -package-lock.json -node_modules -build -migrate.sh -*/dev.js -executables/* -namespace/* -config/* -.env.local -taskStateInfoKeypair.json -localKOIIDB.db -metadata.json -.npmrc -*.pem -.vscode -.cursor -data/chunks -data/process -test_state.csv -todos-example.csv - - -# Ignore auto-generated repository directories -repos/ - - -# Ignore Data -data/* - - -venv - -**/venv/ +.pytest_cache/ +dist/ +build/ +*.egg-info/ +.venv/ +.coverage +htmlcov/ \ No newline at end of file