48 lines
496 B
Plaintext
48 lines
496 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
status.dat
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local config and exports
|
|
config.json
|
|
tamigo_export_*.csv
|
|
tamigo_export_*.json
|
|
tamigo_export_*.xlsx
|
|
|
|
# PDFs and metadata
|
|
*.pdf
|
|
*.pdf:Zone.Identifier
|