mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-17 22:04: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 =
|
||||
__pycache__
|
||||
build
|
||||
dist
|
||||
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
|
||||
*.pyc
|
||||
*.log
|
||||
|
||||
bitfinex_api_py.egg-info
|
||||
|
||||
.python-version
|
||||
__pycache__
|
||||
|
||||
dist
|
||||
venv
|
||||
!.gitkeep
|
||||
MANIFEST
|
||||
bitfinex_api_py.egg-info
|
||||
bitfinex_api_py.dist-info
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
.eggs
|
||||
|
||||
.idea
|
||||
|
||||
venv/
|
||||
|
||||
Reference in New Issue
Block a user