playreel/.gitignore
2026-09-02 09:37:58 +09:00

32 lines
348 B
Plaintext

# 프로젝트
backend/test_*/
# 시크릿
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
*.egg-info/
.eggs/
# 가상환경 / 패키지 매니저
.venv/
venv/
# 테스트 / 타입체크 / 린트 캐시
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# 에디터 / OS
.idea/
.vscode/
.DS_Store