# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# MkDocs build output
site/
quantmod/site/

# Environment variables / secrets
.env
.env.*
*.env

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Claude Code
.claude/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Local scratch / examples
myexamples.py

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff / linting caches
.ruff_cache/

# Datasets submodule data (large CSVs tracked separately)
# quantmod/datasets/data/
