Files
Sikuwa/.gitignore
so陈 13a1072c6f
Some checks are pending
CI / Test (Python 3.10 on macos-latest) (push) Waiting to run
CI / Test (Python 3.11 on macos-latest) (push) Waiting to run
CI / Test (Python 3.12 on macos-latest) (push) Waiting to run
CI / Test (Python 3.8 on macos-latest) (push) Waiting to run
CI / Test (Python 3.9 on macos-latest) (push) Waiting to run
CI / Test (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.8 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.9 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.10 on windows-latest) (push) Waiting to run
CI / Test (Python 3.11 on windows-latest) (push) Waiting to run
CI / Test (Python 3.12 on windows-latest) (push) Waiting to run
CI / Test (Python 3.8 on windows-latest) (push) Waiting to run
CI / Test (Python 3.9 on windows-latest) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Release (push) Blocked by required conditions
Documentation / Build Documentation (push) Waiting to run
Sikuwa first commit
2026-02-20 23:53:48 +08:00

60 lines
484 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
# Distribution / Build
dist/
build/
*.egg-info/
*.egg
*.whl
# Virtual Environment
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Sikuwa Build Outputs
sikuwa_logs/
sikuwa_build/
*.exe
*.dll
# C/C++ Build
*.o
*.obj
*.lib
*.a
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Cache
.smart_cache/
*.cache
.mypy_cache/
.pytest_cache/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
# Temporary
*.tmp
*.bak
*~