Files
btc-trading/.gitignore
2026-02-26 23:47:10 +01:00

59 lines
469 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
*.log.*
# Environment variables
.env
.env.local
.env.*.local
# Database
*.db
*.sqlite
*.sqlite3
*.dump
# OS
Thumbs.db
.DS_Store
desktop.ini
# Backup files
*.bak
# Project specific
*.pid
*.seed
*.pid.lock
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
nosetests.xml