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

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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# jj
.jj/

# hatch-vcs generated version file
src/lola/_version.py

# Test coverage
.coverage
htmlcov/

# Lola project-local cache
.lola/

# AI assistant files (managed by lola)
.claude/
.cursor/
.gemini/
GEMINI.md
.specify/

# MkDocs build output
site/

# Plans (local only)
plan/

# Environment and logs
.env*
*.log
*.tmp
