commit 76e2599903e1bf5ffde96d715ca7a4d1e1d263af Author: Vishesh 'ironeagle' Bangotra Date: Sat Jan 10 17:21:06 2026 +0530 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20ca2b5 --- /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