Gary Simmons
add BasicAgent implementation and .gitignore file
5a549a8
raw
history blame
218 Bytes
# Bytecode / caches
__pycache__/
*.py[cod]
*$py.class
# Virtual envs
venv/
.env/
.venv/
# Test / tooling caches
.pytest_cache/
.mypy_cache/
.coverage
# Editor / OS
.vscode/
.idea/
.DS_Store
# Environment files
.env