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

# Virtual environments
.venv/
venv/
.tmp-ci-venv/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checker and linter caches
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
*.egg-info/
pip-wheel-metadata/

# Local experiment outputs
artifacts/

# Notebook and editor metadata
.ipynb_checkpoints/
.DS_Store
.idea/
.vscode/
