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

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

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

# Environments
.env
.venv
env/
venv/
ENV/

# Pixi (the environment dir is ignored; pixi.lock IS committed for reproducibility)
.pixi/

# Node (only present if the JS-component rendering path is chosen; see ROADMAP.md)
node_modules/
npm-debug.log*
yarn-error.log*
*.tgz

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Local scratch
scratch/
*.local.py
