# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
.venv-sbom/
venv/
ENV/

# Sphinx
docs/_build/

# Packaging / build
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Installer records
.Python

# Testing / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Environment and secrets
.env
.env.*
!.env.example

# IDE / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter
.ipynb_checkpoints/

# Streamlit
.streamlit/secrets.toml

# FluxLit local dev artifacts
.fluxlit-dev*.log
.fluxlit-nohup.pid
