
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

# MkDocs build output
site/

/.env

#database
*.db

# AI
.roo/
/.roomodes
/.rooignore
.claude/
CLAUDE.md

/planning/
# Anchored to the repository root. Unanchored, `testing/` also matched
# src/beacon/testing — the shipped fixture dataset — and silently kept it out
# of a commit whose tests import it.
/testing/
openapi.json

# Generated at docs build time by scripts/build_gallery.py.
/docs/gallery/
/docs/gallery.md

# Charts written by examples/02_backtest_analysis.ipynb, regenerated on each run.
examples/output/

# Jupyter checkpoints. The notebooks themselves are committed without outputs;
# a test enforces it.
.ipynb_checkpoints/

# Written by scripts/fuzz_store.py for the nightly fuzz run, and by the server
# it starts. Both are regenerated on every run.
.fuzzstore/
fuzz-server.log
.fuzzserver.log

# Fuzz run artefacts (BN-131)
.schemathesis/

# Local scratch data that is not part of the codebase. Listed because a
# `git add -A` swept it into a commit once; an ignore rule is cheaper than
# remembering.
us_tickers.csv
