# VCS
.git/
.gitattributes

# Optional cloned subrepos (see .gitignore)
paddlex/repo_manager/repos/

# Python environments
.venv/
venv/
env/
ENV/
.python-version

# Bytecode & tooling caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
htmlcov/

# Packaging
*.egg-info/
.eggs/
dist/
build/
wheels/
pip-wheel-metadata/

# IDE / OS
.idea/
.vscode/
*.DS_Store

# Logs & local test output
*.log
test_output/
htmlcov/
