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

# Virtual environments
venv/
env/
ENV/
.venv

# uv
.uv/
uv.lock

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

# macOS
.DS_Store

# MATLAB
*.asv
*.m~

# Temporary files
temp/

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

# Test output files (if generated outside temp/)
test_*.png
test_*.jpg
test_*.csv
test_*.mat

# Environment configuration
.env
.env.local

social/
.claude/