.eggs/
dist/
*.pyc
__pycache__/
*.py[cod]
*$py.class
__tmp/*
*.pyi
.mypycache
.mypy_cache/
.ruff_cache
node_modules
backend/**/templates/
site

# 가상환경 디렉토리들
venv/
.venv/
env/
.env/
ENV/
env.bak/
venv.bak/

# 개발 도구 결과물
stubs/
.pytest_cache/
coverage.xml
*.coverage
.coverage.*