# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# .python-version

# UV
# uv.lock

# pdm
.pdm-python
.pdm-build/

# pixi
.pixi

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# Redis
*.rdb
*.aof
*.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc

# Streamlit
.streamlit/secrets.toml

# Project-specific
.idea/
.benchmarks/
benchmark-results.json
seerflow.yaml
*.db
*.db-shm
*.db-wal

# Frontend (S-057)
frontend/node_modules/
frontend/dist/
frontend/coverage/
# Python `lib/` pattern (line 17) accidentally ignores frontend/src/lib/ — un-ignore.
!frontend/src/lib/
!frontend/src/lib/**
src/seerflow/web/dist/
# …but keep the directory itself tracked via a placeholder so the package
# layout is intact in fresh checkouts that never ran `npm run build`
# (editable installs, CI runs that skip the frontend build).
!src/seerflow/web/dist/
!src/seerflow/web/dist/.keep

# S-084: profiling artefacts (py-spy SVGs, memray .bin/.html) — generated
# locally by tests/benchmarks/profile_pipeline.py + the outer profiler.
profiling/
