__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
*.duckdb
*.duckdb.wal
my-project/
node_modules/
frontend/dist/
.pytest_cache/
.env

# Stress test project (generated, not part of package)
stress_project/

# LLM/agent artifacts
.aider*
.continue/
.copilot/
.claude/

# Internal working files (not distributed)
docs/internal/
