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

# Virtual environments
.venv/
.venv*/
venv/

# Tooling caches
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Secrets and local config
.env
.env.*
*.pem
*.key
.md.*
# Market-data cache (Parquet files fetched from remote sources)
.cache/

# Editors and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.log
