# Secrets — never commit real Tradera credentials
.env

# Personal sourcing output — not part of the server
sourcing-report-*.md

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

# Virtual environments
.venv/
venv/
env/

# Tooling / editors
.pytest_cache/
.mypy_cache/
.ruff_cache/
.idea/
.vscode/
.DS_Store
