mirror of
https://github.com/farcasclaudiu/xtb-investment-tools.git
synced 2026-06-22 05:01:57 +03:00
24 lines
367 B
Plaintext
24 lines
367 B
Plaintext
# Virtual environment
|
|
.venv/
|
|
venv/
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
|
|
# Generated outputs (regenerated by main.py / exporter.py)
|
|
results/
|
|
|
|
# Local planning notes
|
|
docs/superpowers/plans/
|
|
|
|
# Transient browser-verification artifacts (Playwright MCP)
|
|
.playwright-mcp/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Local report inputs (personal brokerage exports)
|
|
EUR_*.xlsx
|