# Virtual environments
test-env/
test-pkg-env/
venv/
.venv/

# Build artifacts
dist/
build/
*.egg-info/

# Cache
__pycache__/
*.pyc
.pytest_cache/