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

# Virtual environments
venv/
ENV/
env/
.venv

# Testing
.pytest_cache/
pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
coverage.json
coverage_report.txt
full_coverage.txt
*.cover
.hypothesis/
.tox/
nosetests.xml
*.mo
*.pot

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Blender
*.blend1
*.blend2

# Build artifacts
dist/*
!dist/.gitkeep
*.pyc
*.pyo
*.pyd
*.dll
*.dylib

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp
*.bak
*.orig

# Documentation builds
docs/build/
docs/*.log
docs/.buildinfo
docs/.doctrees/
site/

# Bundled Dependencies (managed by build script)
**/wheels/
*.whl

# Linting Tools
actionlint
