# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.whl
*.tar.gz

# venv
.venv/
.python-version.local

# IDE
.vscode/
.idea/
.DS_Store

# Env
.env
.env.local
