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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Env / secrets
.env

# Tickscope runtime data
.tickscope/
*.duckdb
*.duckdb.wal

# Recording artifacts (the committed examples/demo.tape + docs/demo.gif are kept)
*.cast

# OS / editor
.DS_Store
.idea/
.vscode/

# Internal design docs (kept locally, not shipped)
Tickscope_MCP_구현명세.md
