# Secrets — must come first
.env
.env.local
.env.*.local
!.env.example

# Local credential store (matches default path used by tradestation.credentials)
.tscli/

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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml

# Type checking & lint caches
.mypy_cache/
.ruff_cache/
.pytype/
.pyre/

# Virtual envs (broad glob — covers .venv, .venv-integration, .venv-39, etc.)
.venv*/
venv*/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db
