blob: ab815cda72591e638942f023ecbc767fd16fda34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Exclude everything
*
# Make exceptions for what's needed
!.git/
!config/
!requirements/
!scripts/
!snekbox/
!tests/
!LICENSE
!LICENSE-THIRD-PARTY
!pyproject.toml
!README.md
|