diff --git a/.gitignore b/.gitignore index 52a15a8..e340b47 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ venv/ **/__pycache__/ **/*.pyc +__pycache__/ .pytest_cache/ .dependencygraph/ @@ -23,8 +24,13 @@ storage/projects/*/processed/*.png storage/projects/*/exports/*.json storage/ log/ -#.claude - +.agent/ +.agents/ +.codex/ +.claude/ +.dependencygraph/ +.ruff_cache/ +.vscode/ # 구형 코드 백업 (참고용, 빌드 제외) 0_old/ @@ -33,3 +39,9 @@ storage/ # 시스템 리소스 로그 (런타임 생성, 1개월 롤링) log/ +docs/ +**/*.log +AGENTS.md +CLAUDE.md +vite.config.ts +.prettierrc \ No newline at end of file