# Environment variables
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
build/
develop-eggs/
dist/
# Exception: the React SPA's built output IS tracked. The GitHub Action
# (.github/workflows/build-frontend.yml) builds and commits it so Railway
# can serve a pre-rendered version without running Node at deploy time.
!stockpro-web/dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# OS
.DS_Store
Thumbs.db

# MCP config with API keys
mcp.json

# Tooling / local
.claude/
.playwright-cli/
.playwright/
audit-screenshots/



data/
