diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c24e68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ + +# Python cache and compiled files +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +.venv/ +venv/ +env/ +ENV/ + +# Test and coverage artifacts +.pytest_cache/ +.coverage +.coverage.* +htmlcov/ +.tox/ +.nox/ + +# Packaging artifacts +build/ +dist/ +*.egg-info/ + +# Local editor and OS files +.vscode/ +.idea/ +.DS_Store +Thumbs.db + +# PDF and document files +*.pdf \ No newline at end of file