# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# Virtual environments
.venv/
venv/
ENV/
env/

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

# AI Editor configurations (local user settings)
.cursor/
.opencode/
.windsurf/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Blender test configuration (user-specific paths)
tests/blender-paths.json

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Claude Code (local user settings)
.claude/

# antigravity settings (local user settings)
.agent/

# OS specific
.DS_Store
Thumbs.db
desktop.ini

# Project specific
*.log
*.sqlite
*.db
.blend/

# Temporary files
*.tmp
*.bak
*.swp
.cache/
