# macOS
.DS_Store

# Données générées (sorties du simulateur et des filtres)
data/datafile/
data/historyTracker/
data/plot/
data/realdata/

# Logs générés par les scripts bash
logs/

# le papier
papier_NonLinearPKF/

# Personal dev test scripts and programs (not versioned)
/prg/testsDev/

# Paper scripts — duplicates / exploratory (not versioned)
/prg/run_paper_section5_sv.py
/prg/run_sv_test.py

# GUI work-in-progress (not versioned for now). Two patterns:
#   /prg/gui/   ignores the directory contents (canonical location).
#   /prg/gui    ignores symlinks to it (worktrees that link to the canonical copy).
/prg/gui/
/prg/gui

# VSCodium / VSCode
AwesomePKF.code-workspace
.vscode/

######################### PYTHON FILES
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$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/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env
.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/