32 lines
236 B
Plaintext
32 lines
236 B
Plaintext
# Python
|
|
*.py[cod]
|
|
|
|
# Distutils
|
|
MANIFEST
|
|
build/
|
|
dist/
|
|
|
|
# Gramps
|
|
docs/_build/
|
|
|
|
# Editing
|
|
tags
|
|
*.swp
|
|
|
|
# Testing
|
|
test/data
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Glade temp files
|
|
*~
|
|
|
|
# Python metadata
|
|
.venv*/
|
|
|