# Python __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ .coverage htmlcov/ .mypy_cache/ .ruff_cache/ # Local environments .venv/ .venv-*/ venv/ # Generated evidence and local data artifacts/ reports/ runs/ data/raw/ data/canonical/ data/snapshots/ data/qlib/ mlruns/ *.parquet *.duckdb *.db # Credentials and proprietary QMT/JQ material .env .env.* !.env.example secrets/ credentials/ userdata_mini/ xtquant/ *.key *.pem *.p12 # Editors and operating systems .DS_Store .idea/ .vscode/