# Session cookies — never commit real credentials
.emoney_session.json
.env

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

# Root-level scratch/debug scripts (not the real test suite in tests/)
/test_*.py

# IDE
.vscode/
.idea/
