# Project artifacts
artifacts/
specs/
MEMORY.md

# Python cache and test output
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

# Packaging output
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Local environment files
.env
.env.*
.zoom-test.env
