# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
build/
dist/
wheels/
*.egg-info

# Unit test / coverage reports
.pytest_cache/

# ruff lint
.ruff_cache

# Environments
.env
.venv
env/
venv/
ENV/

# Logs
*.log
logs/
logs

# Temporary files and folders.temp
.tmp
.temp/
.tmp/
temp/
tmp/
temp
tmp
