# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Testing
.pytest_cache/
.coverage
htmlcov/

# Alive runtime data
~/.alive/

# Build artifacts
*.tar.gz
*.whl

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/

# ruff
.ruff_cache/
