trading-platform-data-servi.../.gitignore
2026-01-16 08:32:57 -06:00

29 lines
201 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
env/
.venv/
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Test
.pytest_cache/
.coverage
htmlcov/