# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pypirc
test_output/*

# Virtual Environment
venv/
env/
ENV/
.env
.venv
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
*.sublime-workspace
*.sublime-project

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
test-results.xml
*.cover
.hypothesis/

# Logs
*.log
logs/
log/

# Distribution
dist/
build/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.env.local
.env.*.local

# Project specific (root output only; Website/components/output/ is source)
/output/
*.spec.yaml
!example.spec.yaml

# Website (Next.js) artifacts
/Website/.next/
/Website/node_modules/
!/Website/lib/
