o2o-infinith-backend/.gitignore

46 lines
371 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Docker
*.log
# OS
.DS_Store
Thumbs.db
# Alembic
alembic/versions/*.pyc
test_results/