# virtual environment
.venv/
.venv-test/

# Python cache
__pycache__/
*.py[cod]
*$py.class

# build
build/
dist/
*.egg-info/
archived_dist/

# test / coverage
.pytest_cache/
.coverage
htmlcov/

# type checker / linter
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# environment variables
.env
.env.*

# logs
*.log

uv.lock
test.py
/manual_tests