blob: 3167f1ebe45c5517261edbd4f08ae49e62608b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Untracked resources
Resources/
# Files
*.pyc
# Distribution
django_sneak_peek.egg-info
build/
dist/
# Database
*.sqlite3
# Static
examples/djangoproject/static/
|