# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
.env
*.env.local

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Test / type-check / coverage caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Briefcase build artifacts
*.app/
*.msi
*.pkg
*.AppImage

# Platform noise
.DS_Store
Thumbs.db

# Editor noise
.idea/
.vscode/
*.swp
*~

# =============================================================================
# hatch-vcs build artifacts (Phase 2 PKG-03)
# =============================================================================
src/dexr_outpost/_version.py
