# Python-related
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyz
*.pyw

# Virtual environment
venv/
env/
*.lcov

# Streamlit
.cache/
.streamlit/*
!.streamlit/config.toml

# Other generated files
*.log
*.pyc
*.pyo
*.db
*.sqlite

# Jupyter notebooks
.ipynb_checkpoints/

# Editor-specific files
.vscode/
.idea/

# OS-specific files
.DS_Store
Thumbs.db

# IntelligenceToolkit
outputs
cache
data
legacy

app/wkhtmltox/*.exe
/wheels
*reports
**/app_secrets.toml


# Test-related
*.coverage
**/messages
**/xpia*
*.lcov

**/studio_tests/
.venv

**/dist/*

**.egg-info/
.env
.github/

**/persistence