# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Runtime data data/ *.db *.log # # Large model files (consider using Git LFS for these) # model_files/*.pt # model_files/**/*.pt # model_files/**/*.keras # model_files/**/*.pkl # model_files/**/*.json # OS .DS_Store Thumbs.db # Project specific md-files/ .cursor/ .env *.cfg