# Rust build artifacts
target/

# Python compiled extensions and debug symbols
*.pyd
*.so
*.pdb

# Distribution / packaging
dist/
*.egg-info/
*.whl

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# Test cache
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# SlapPyEngine asset files (keep example ones)
*.slap
!examples/**/*.slap

# Visual test output (generated PNGs and videos, not committed)
tests/visual/output/
