Files
crypto_trader/.gitignore
2025-12-25 20:16:38 -05:00

69 lines
556 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Data
data/historical/*
!data/historical/.gitkeep
# AppImage
*.AppImage
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
# Packaging
packaging/AppDir/
*.AppImage