mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 02:18:10 +01:00
23 lines
209 B
Plaintext
23 lines
209 B
Plaintext
old/
|
|
build/
|
|
venv/
|
|
*.pyc
|
|
__pycache__
|
|
/dist/
|
|
/*.egg-info
|
|
/*.egg
|
|
/*.eggs
|
|
.tox
|
|
.eggs
|
|
.ruff_cache
|
|
.pytest_cache
|
|
.vectorcode
|
|
*~
|
|
|
|
# geckodriver.log
|
|
*.log
|
|
docker/.env
|
|
|
|
# vscode dev container settings
|
|
compose-dev.yaml
|