# ignore idea
.idea

# ignore vscode
.vscode

# ignore python env
venv

# ignore python cache
__pycache__

# ignore python log
*.log

# ignore python coverage
.coverage

# ignore python test
tests

# ignore python build
build

# ignore python dist
dist

# ignore python egg
uv.lock

# ignore python env
.venv