# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# Virtual environments
.venv

# ENVs
.env
.env.local


# Others
.qodo
.agentx/
# lib_test/


# The old docs/ folder is deprecated and ignored.
# New documentation lives in the new website/app. 
# Do not use or re-add the old docs directory.
docs/

.vscode