# Build outputs - NEVER commit these
dist/
build/
*.egg-info/
*.egg
*.whl

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
venv/
env/
.venv/
.venv-ci/
.env/

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# hfl runtime data (user-specific)
.hfl/

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Local configuration
.env
.env.local
*.local.yaml
*.local.yml

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Internal planning docs
IMPROVEMENT_PLAN*.md
ARCHITECTURE_IMPROVEMENT_PLAN*.md
coverage.json
