# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.env
.env.*
.venv/
venv/
env/

# Snakemake
.snakemake/

# Modern Python tools
.mypy_cache/
.ruff_cache/
.python-version

# Generated artifacts and receipts
app/code/artifacts/
app/code/receipts/

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
