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

# Virtual environments
venv/
.venv/
env/

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temp files
*.tmp
*.temp

# OS files
.DS_Store
Thumbs.db

# Test outputs
test_*.png
test_*.mp3
test_*.gif
