# Node
node_modules/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build
*.manifest
*.spec

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# Local config override
config.local.yaml

# Build cache
porterminal/static/.vite/

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

# Windows artifacts
nul
