# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

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

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy / pyright
.mypy_cache/
.pyright/

# Editors
.idea/
.vscode/
*.swp
*.swo

# Dev / scratch scripts (not part of the public library)
smoke_test*.py
smoke_examples.py
quick_check*.py
qc_out.txt
debug_test*.py

# Credentials — NEVER commit
mackinac_git.txt
mackinac-pypi.txt
*.pypirc

# Test artifacts
xau_usd_trades.csv
*.csv

# OS
.DS_Store
Thumbs.db
