Files
fuzzforge_ai/.gitignore
abel 251e6b860d chore(git): ignore build artifacts
Add **/build/ pattern and a descriptive comment to .gitignore to
exclude build directories from version control.
2026-03-09 16:59:45 +01:00

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/