# forbid all

**/*.*

# allow subdirectories with a dot
!**/*.*/
!*.py
!.gitignore
!.python-version
!pyproject.toml
!uv.lock
# forbid .venv
.venv
