# OS
.DS_Store

# Environment files
.env
*.env

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

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/

# Type checker / linters caches
.mypy_cache/
.pytype/
.ruff_cache/
.cache/

# Notebooks
.ipynb_checkpoints/

# Logs
*.log

# IDE/editor settings
.vscode/
.idea/

.mypy_cache/
.pytype/
.ruff_cache/
.cache/

# Gif
*.gif

# PDF
*.pdf