# Python
__pycache__/
*.py[cod]
*.pyo

# Environment
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Build / test artifacts
.pytest_cache/
dist/
build/

