# Ignore temp files
*~
*.swp

# Ignore generated prompts
*.lcp

# Ignore python cache files
**/__pycache__

# Ignore code coverage reports
.coverage
htmlcol
.pytest_cache

# Ignore virtual environment
venv

# Ignore build environment
dist
