# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/

# Environments
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
.DS_Store
