# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual env
.venv/
venv/
ENV/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Test/coverage
.pytest_cache/
.coverage*
htmlcov/

# IDE/editor
.vscode/
.idea/
*.swp
.DS_Store

# Logs
*.log
logs/

# Project outputs/cache
cache/
outputs/

# Misc
*.tar.gz
*.zip
