mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 06:14:22 +01:00
Edit .gitignore to exclude more files/folders.
This commit is contained in:
4
.flake8
4
.flake8
@@ -5,7 +5,9 @@ extend-ignore = E203,E501,E701
|
|||||||
|
|
||||||
exclude =
|
exclude =
|
||||||
__pycache__
|
__pycache__
|
||||||
|
build
|
||||||
dist
|
dist
|
||||||
venv
|
venv
|
||||||
|
|
||||||
per-file-ignores = */__init__.py:F401
|
per-file-ignores =
|
||||||
|
*/__init__.py:F401
|
||||||
|
|||||||
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,12 +1,16 @@
|
|||||||
|
.venv
|
||||||
|
.DS_Store
|
||||||
.vscode
|
.vscode
|
||||||
*.pyc
|
.python-version
|
||||||
*.log
|
|
||||||
|
|
||||||
bitfinex_api_py.egg-info
|
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
dist
|
bitfinex_api_py.egg-info
|
||||||
venv
|
bitfinex_api_py.dist-info
|
||||||
!.gitkeep
|
build/
|
||||||
MANIFEST
|
dist/
|
||||||
|
pip-wheel-metadata/
|
||||||
|
.eggs
|
||||||
|
|
||||||
|
.idea
|
||||||
|
|
||||||
|
venv/
|
||||||
|
|||||||
Reference in New Issue
Block a user