# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.eggs/
dist/
build/
*.egg-info/
*.egg
tind_client/_version.py

# Virtual environments
.venv/
venv/
env/
ENV/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checker caches
.mypy_cache/
.dmypy.json

# IDEs
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Env files
.env
.env.*

# package management
uv.lock

