Files
cjgc_data/ck/.gitignore
2026-03-12 17:03:56 +08:00

26 lines
197 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Virtual Environment
venv/
env/
ENV/
# Test
.pytest_cache/
.coverage
htmlcov/