# Pyxle build artifacts
.pyxle-node-cache/
.pyxle-build/
.pyxle/.lang-virtual/

# Node
node_modules/

# Python bytecode
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
# Anchored to the repo root with a leading slash so it only matches the
# top-level ``build/`` directory (setuptools / wheel output) and does NOT
# shadow the framework's ``pyxle/build/`` Python package.
/build/
!docs/build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
venv/
.venv/

# Test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.pytest_cache/
coverage.xml
*.cover
*.py.cover

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Environment
.env
.env.*
!.env.example

# Internal docs (kept locally, not published)
PYXLE_AUDIT.md
ROADMAP.md
