# 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

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

# Spyder project settings
.spyderproject
.spyproject

# 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/

# PyCharm
.idea/

# Abstra
.abstra/

# Visual Studio Code
.vscode/

# Local hardware config
local_hardware.yaml
tempCodeRunnerFile.py

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc

# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/

# Streamlit
.streamlit/secrets.toml

# AI scratch notes / private prompts
conf/

# Original handoff folder (contents moved to repo root)
awr2944_dca_claude_handoff_v1/

# Test artifacts
test_data/
test_output/

# Large radar data formats and captures
*.bin
experiments/
data/
captures/
*.zarr/
*.h5
*.hdf5
*.mat
*.npz

# Generated analysis artifacts
captures/*/analysis/
captures/*/raw/*.csv

# C# RSTD bridge build artifacts
tools/MmwsRstdBridge/MmwsRstdBridge.exe

# lua-launch probe artifacts
ti/probe_logs/

# Pytest tmp_path fixture artifacts
.pytest-tmp*/
.pytest_tmp/

# Development scratch scripts
patch*.py
patch*_out.txt
patch_dump.py

# Phase 5: Headless capture artifacts
*.appimage
*.tiimage

# MATLAB figure files
*.fig
adc_data.fig
# AWR project: large binary artifacts (auto-managed)
captures/**/raw/*.bin
captures/**/raw/*.dat
captures/**/processed/*.npy
captures/**/processed/*.npz
captures/**/processed/*.mat
captures/**/processed/*.fig
captures/**/processed/*.png
captures/**/metadata/mmws_logs/*.mat
captures/**/metadata/mmws_logs/*.fig
captures/**/metadata/mmws_logs/*.png

# User requested ignores
awr2944-live-project/
viewer_payload/
.awr2944/local.toml
matlab_crash_dump.*
matlab_log.txt
*.jpeg
*.jpg
*.svg
*.pdf

# Batch 1 cleanups
awrDispatchOneTick.p
awrQueueDispatcher.p
CLI_LogFile.txt
cli_test_out.txt
local_oracle/
tmp_test_dir/
test_doc_tmp/
standalone_verify/

