# Python artifacts
__pycache__/
*.py[cod]
*.so

# Packaging
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Lock and local tool cache
.uv-cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store


#test_file
test_file/