mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-13 11:46:03 +00:00
Add **/build/ pattern and a descriptive comment to .gitignore to exclude build directories from version control.
16 lines
174 B
Plaintext
16 lines
174 B
Plaintext
*.egg-info
|
|
*.whl
|
|
.env
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.venv
|
|
.vscode
|
|
__pycache__
|
|
|
|
# Build artifacts
|
|
**/build/
|
|
|
|
# Podman/Docker container storage artifacts
|
|
~/.fuzzforge/
|