# Python cache
__pycache__/
*.py[cod]
*$py.class

# Test / coverage cache
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/
.venv-test/

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

# IDE / editor files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
