# Bytecode
__pycache__/
*.py[cod]
*$py.class

# Environments
.venv/
.env
.env.*
.python-version

# Tooling
.ruff_cache/
.pytest_cache/
.coverage*
htmlcov/
.mypy_cache/
.pyre/
.dmypy.json

# Packaging
build/
dist/
.eggs/
*.egg-info/
.uv-cache/

# Project specific
.tmp/
tmp/*
!tmp/.gitkeep

# Editors
.DS_Store
.idea/
.vscode/
