From 417ec05cc68242b72ce1260153051e07da4d8240 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 29 Aug 2025 20:08:34 +0200 Subject: Cleanup things --- .gitignore | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a8cdd35..44f7c41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,25 @@ -.venv/ +# Build artifacts build/ +.Xil/ -__pycache__ +# Python +__pycache__/ +*.py[cod] +*$py.class +.venv/ +# Vivado +*.jou *.log -*.jou \ No newline at end of file +*.str +vivado*.backup.* +*.cache/ +*.hw/ +*.ip_user_files/ +*.runs/ +*.sim/ +*.srcs/ + +# Temporary files +*.tmp +*.temp \ No newline at end of file -- cgit v1.3.1