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

# Virtual Environments
.venv
venv/
ENV/
env/

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

# Pytest / Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Pyright / Mypy / Tools
.pyright/
.mypy_cache/
.ruff_cache/

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

# Project specific
~/.nullain/
.nullain/
schema/
scratch/
