# Ignore everything
**
# Except proxy
!proxy
!requirements.txt
!pyproject.toml
!setup.cfg
!README.md
# Ignore __pycache__ directory
proxy/__pycache__