mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-27 20:27:43 +00:00
86 lines
965 B
Plaintext
86 lines
965 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
notebooks/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.pkl
|
|
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
.ruff_cache
|
|
.pytest_cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
#Ipython Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Ide environment
|
|
*.idea/
|
|
|
|
.pypirc
|
|
|
|
.vscode/
|
|
*.sqlite3
|
|
|
|
# config files
|
|
aiomql.json
|
|
|
|
# development
|
|
terminals/
|
|
backtesting/
|
|
trade_records/
|
|
plots/
|
|
db/
|