# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Packaging/build
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Local configuration and secrets
.env
.env.*
!.env.example
.streamlit/secrets.toml
.envrc

# Editors/OS
.idea/
.vscode/
.DS_Store

# Streamlit/runtime
.streamlit/config.toml

# Local generated indexes/caches
.cache/

# Logs/temp
*.log
tmp/
