# Python
__pycache__/
*.py[cod]
*.pyc
venv/
env/
.venv/
.env
*.egg-info/
dist/
build/

# Project-specific
uv.lock

# IDE
.vscode/
.idea/
*.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
