# Everything ignored by default
*

# Public-facing package and release metadata
!.gitignore
!LICENSE
!README.md
!CHANGELOG.md
!CITATION.cff
!pyproject.toml
!.github/
!.github/release.yml
!src/
!src/edgemap/
!src/edgemap/**

# Exclude build/cache artifacts that land inside src/
src/edgemap/**/__pycache__/
src/edgemap/**/*.pyc
*.egg-info/
dist/
build/
