20 lines
140 B
Plaintext
20 lines
140 B
Plaintext
# zip files
|
|
*.zip
|
|
|
|
# pdf files
|
|
*.pdf
|
|
|
|
# psd files
|
|
*.psd
|
|
|
|
|
|
# python
|
|
.idea/
|
|
venv/
|
|
__pycache__/
|
|
|
|
# python compiled files
|
|
*.pyc
|
|
|
|
# mac
|
|
.DS_Store |