# Ignore temp files
*~
*.swp

# Ignore generated prompts
*.lcp

# Ignore python cache files
**/__pycache__

# Ignore code coverage reports
.coverage
htmlcol

# Ignore virtual environment
m6rc_env
