# Sphinx build artifacts
_build/
build/
dist/

# Python cache
__pycache__/
*.pyc
*.pyo
*.egg-info/

# IDE
.vscode/
.idea/
*.swp

# Environment
.env
.venv
