Initial commit

This commit is contained in:
Tanguy Duhamel
2025-09-29 21:26:41 +02:00
parent f0fd367ed8
commit 323a434c73
208 changed files with 72069 additions and 53 deletions
+64
View File
@@ -0,0 +1,64 @@
# FuzzForge CLI specific .gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
venv/
ENV/
env/
# UV package manager - keep uv.lock for CLI
# uv.lock # Commented out - we want to keep this for reproducible CLI builds
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
.pytest_cache/
.tox/
htmlcov/
# MyPy
.mypy_cache/
# Local development
local_config.yaml
.env.local
# Generated files
*.log
*.tmp
# CLI specific
# Don't ignore uv.lock in CLI as it's needed for reproducible builds
!uv.lock