# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
eggs/
wheels/
sdist/
*.so

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

# uv
uv.lock

# Pytest
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.coveragerc

# Sentinel artifacts
sentinel_artifacts/

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

# Logs
*.log

# Jupyter
.ipynb_checkpoints/
*.ipynb