You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
1.3 KiB
Plaintext
128 lines
1.3 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
/lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.test
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
data/
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Docker
|
|
# .dockerignore is tracked in git
|
|
|
|
# Node.js (Frontend)
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/out/
|
|
frontend/build/
|
|
frontend/.cache/
|
|
frontend/.parcel-cache/
|
|
|
|
# npm
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*~
|
|
.#*
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
test-output/
|
|
coverage/
|
|
|
|
# Backup files
|
|
*backup*
|
|
*.bak
|
|
|
|
# Debug files
|
|
debug_*.py
|
|
*_debug.py
|
|
test_debug*.py
|
|
|
|
# Stress test files
|
|
stress_test*.py
|
|
*stress*.py
|
|
|
|
# Mock/temporary files
|
|
mock_*.py
|
|
temp_*.py
|
|
|
|
# Embedded repos
|
|
yfinance_plus/
|