# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing / typing / lint
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Local QuantVault research data (never commit)
.quantvault/
.quantvault-*/
*.db
*.sqlite
*.sqlite3
*.parquet
*.zip
exports/
**/artifacts/
DEMO_INDEX.json
quantvault-backup*

# Secrets / credentials
.env
.env.*
!.env.example
credentials.json
secrets.json
*.pem
*.key
*.p12
*.pfx
id_rsa*
*.token

.quantledger-demo/
