# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# uv
uv.lock

# Aether-Core runtime artifacts
ledger_*.jsonl
ledger_*.snapshot.json
ledger_*.archived.*

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp

# Benchmark artifacts
# (results.json IS committed deliberately so anyone browsing the repo
#  sees real numbers; only delete it locally before re-benchmarking)
npm/*.tgz
