# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
venv/
.venv/
env/

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

# Testing
.coverage
htmlcov/
coverage.xml
.pytest_cache/

# Type checking
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.local

# Cache
.podifyr_cache/

# Build artifacts
*.mp3
podifyr_output/

# OS
.DS_Store
Thumbs.db

# Docs
site/
