From 278f0a3d40a7f487d3f1564bb42c098bcb3830da Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 3 Jan 2026 05:20:14 +0530 Subject: [PATCH] init --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9c3bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so + +# Distribution / packaging +build/ +dist/ +*.egg-info/ +.eggs/ + +# Virtual environments +venv/ +env/ +.venv + +# PyCharm +.idea/ +.run + +# Testing +.pytest_cache/ +.coverage +htmlcov/ +coverage.xml + +# Environment variables +.env +.env.local + +# OS +.DS_Store +Thumbs.db + +# Temporary files +*.swp +*.swo +*~ +*.tmp \ No newline at end of file