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

# Build and packaging outputs
build/
dist/
site/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Local environment and editor files
.env
.env.*
.DS_Store
.idea/
.vscode/

# Jupyter
.ipynb_checkpoints/

# Local sync conflict artifacts
*.sync-conflict-*
