# Environment and secrets
.env
.venv/
venv/
env/

# Build and publish
dist/
build/
*.egg-info/
*.egg

# IDE and OS
.idea/
.vscode/
*.swp
.DS_Store

# pytest
.pytest_cache/
.coverage
htmlcov/

# uv
.uv/
