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

# 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
*.pyc
*.pyo

# Requirements snapshots (generated during audits)
requirements.txt
requirements-pip-audit.txt

# 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

# PyCharm / VS Code
.idea/
#.vscode/

# mypy / type checker
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Ruff / linter
.ruff_cache/

# Cython debug symbols
cython_debug/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Mac / Windows system files
.DS_Store
Thumbs.db

# local
.assets/
*.save
pybragerone.*
/*.log
/src/bragerone/
_archive/

# local scratch / dev verification artifacts
/app_*.txt
/scripts/dump_menu_sections.py
/reports/junit.xml
# keep specific markdown docs tracked
/docs/[a-z]*.md
/docs/_build/
/docs/generated/
!docs/generated/
!docs/generated/pybragerone.rst
