# Lattice runtime directory (prevent test artifacts in source repo)
.lattice/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/

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

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
.hypothesis/
