# Python
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
dist/
*.egg-info/
.env
.env.*
.coverage
htmlcov/
coverage.xml

# SQLite
*.db
*.db-wal
*.db-shm

# Frontend
frontend/node_modules/
frontend/.tsbuildinfo

src/alpha_forge/
