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

# Hatch / pip
.hatch/
.venv/
__pycache__/
*.py[cod]

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Env
.env

# Private dev notes
DEVELOPMENT.md
