# QuantSDK

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

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

# Environment / Secrets
.env
.env.*
.env.local
*.pem
*.key

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Documentation
site/
