# Generated by Cargo # will have compiled files and executables debug/ target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk # MSVC Windows builds of rustc generate these, which store debugging information *.pdb dist/ # Python # Generated files **/__pycache__ *.pyc *.pyo *.pyd *.so # Virtual environment venv/ env/ .venv/ .env/ # IDE specific files .vscode/ .idea/ *.swp *.swo # Jupyter Notebook .ipynb_checkpoints/ # Distribution / packaging .Python build/ develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg # Pytest .pytest_cache/