# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
*.egg

# Distribution / packaging
dist/
build/
*.tar.gz
*.whl

# Tests & coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# LCM reference repo (not part of this project)
lcm_ref/

# lcm-gen generated Python types
gen_types/

# Test LCM types (sample files)
test_lcm_types/

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

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Development scripts and internal docs
scripts/
docs/superpowers/

# Temporary files
tmp/
temp/
