# Build / dist
build/
dist/
*.egg-info/
*.egg
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtualenvs
.venv/
venv/
env/

# Environment
.env
.env.local

# IDE
.vscode/
.idea/

# OS
.DS_Store
