# Ignore all
*
!*/

# Add metadata and build files
!.gitignore
!.dockerignore
!**/Dockerfile
!**/Makefile
!**/pyproject.toml
!**/requirements*
!**/pdm.lock
!**/README.md
!**/.keep
!**/docker-compose.yml
!**/AspNetAuthExample/**

# Add Python code
!**/*.py
**/.*_cache
**/__pycache__
!pytest.ini

# Add configs and scripts (but not env!)
!**/*.graphql
!**/*.json
!**/*.sql
!**/*.yaml
!**/*.yml
!**/*.j2
!**/*.env.default

# Docs
!docs/**
docs/_build
!*.md