# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
dist/

# 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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# poetry
#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
#   This is especially recommended for binary packages to ensure reproducibility, and is more
#   commonly ignored for libraries.
#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
poetry.lock
uv.lock

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

.var/
.log/
.run/
.etc/
ccxao/.etc/ccxao-daemon.yaml
.binance.env
.bybit.env
.kucoin.env
.bingx.env
.okx.env
example.py
develop_bybit.py
develop_okx.py
develop_binance.py
develop_kucoin.py
develop_bingx.py
develop_strategy.py
