# 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

# Caches and IDE
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
*.py,cover
.hypothesis/
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/

# Debug and logs
debug_output/
logs/
*.log

# Distribution
dist/
build/