# Virtual environments
.venv/

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

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Pytest
.pytest_cache/

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

# Generated version file (hatch-vcs)
src/muninn/_version.py

# Claude Code (user-specific)
.claude/

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