22 lines
175 B
Plaintext
22 lines
175 B
Plaintext
# Python
|
|
__pycache__
|
|
build
|
|
dist
|
|
prosecco.egg-info
|
|
*.pyc
|
|
|
|
# JS
|
|
frontend/build
|
|
frontend/yarn.lock
|
|
frontend/node_modules
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
*.iml
|
|
|
|
# temp
|
|
test/
|
|
dummy_play.py
|