25 lines
210 B
Plaintext
25 lines
210 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Virtual environment
|
|
bin/
|
|
lib/
|
|
include/
|
|
pyvenv.cfg
|
|
share/
|
|
|
|
# RSC credentials and token cache
|
|
rsc.json
|
|
~/.rbkRscsession.*
|
|
|
|
# RSA keys
|
|
*.pem
|
|
*.key
|
|
|
|
SCRATCH
|
|
|
|
# OS
|
|
.DS_Store
|