# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
build/
wheels/
.installed.cfg
MANIFEST

# --- Virtualenvs ---
.venv/
.venv-*/
venv/
env/
ENV/
middle_layer_venv/

# --- Tooling caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.cache/

# --- IDE / OS ---
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# --- Logs and local data ---
*.log
logs/
.env
.env.local
.env.*.local

# --- Pass-0 internal artefacts (intentional, do not publish) ---
docs/_internal/

# --- Build helpers ---
node_modules/
.parcel-cache/
