dist/
__pycache__/
*.pyc
*.egg-info/
.eggs/
build/

# Test artifacts
.pytest_cache/
htmlcov/
.coverage
tests/dist/
tests/*/dist/
tests/**/assets/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Virtual environments
.venv/
venv/
env/
