# 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

# asdf
.tool-versions

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace files
go.work

### Custom ###
# Build output
bin/

### SuperPowers ###
docs/superpowers/
