bisq-api-reference/.gitignore
ghubstan 49404cebc5
Reorganize the python-examples module
- Use requirements.txt to install dependencies to local venv.
- Use setup.py to build/install example packages to local venv.
- Adjust reference-doc-builder to new Python pkg imports.
2022-03-17 12:44:28 -03:00

50 lines
934 B
Plaintext

.idea
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Files generated by build, execution
cli-examples/*.iml
java-examples/*.iml
java-examples/build
java-examples/.gradle
java-examples/src/main/proto/*
proto-downloader/*.iml
proto-downloader/*.proto
python-examples/*.iml
python-examples/myvenv
python-examples/python_examples/__pycache__
python-examples/python_examples/bisqapi/__pycache__
python-examples/python_examples/bisqapi/*.py
python-examples/python_examples/bots/__pycache__
python-examples/python_examples/bots/bisq_events/__pycache__
python-examples/proto/*
reference-doc-builder/*.iml
reference-doc-builder/build
reference-doc-builder/.gradle
scratch
*/out
index.html.md
测试文档.md