BookSystem/.gitignore
jayhgq 3fc65697f0 chore: 更新.gitignore文件以忽略所有__pycache__目录
添加对auth模块下所有__pycache__目录的忽略规则,并添加postgres_data目录
2026-05-10 20:16:46 +08:00

9 lines
280 B
Plaintext

.trae/documents/add_traefik_config_plan.md
redis/data/dump.rdb
redis/logs/redis-server.log
backend/auth/__pycache__/*
backend/auth/apps/__pycache__/*
backend/auth/apps/permissions/__pycache__/*
backend/auth/apps/roles/__pycache__/*
backend/auth/utils/__pycache__/*
postgres_data/*