# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.python-version
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Build and packaging output
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
venv/
.venv/
env/
.env/
myvenv/

# Local environment and configuration
.env*
!.env.example
*.local
*.ini

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS metadata
.DS_Store
Thumbs.db
desktop.ini

# Logs and runtime output
*.log
logs/
tmp/
temp/
*.tmp

# Panda3D / render output generated during local runs
model-cache/
pstats/
*.pstats
screenshots/
captures/
recordings/

