mirror of
https://github.com/CodeXTF2/OpenMalleableC2
synced 2026-06-06 15:24:32 +00:00
58 lines
483 B
Plaintext
58 lines
483 B
Plaintext
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
*.obj
|
|
*.dll
|
|
*.lib
|
|
*.dylib
|
|
|
|
# Compiled binaries
|
|
tools/openc2lint
|
|
tools/openc2lint.exe
|
|
examples/agent_example
|
|
examples/agent_example.exe
|
|
.cursor/
|
|
c2lint/
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
tmp/
|
|
temp/
|