### Rust ###
# 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

### Python ###

# Python-specific
__pycache__/
*.py[cod]
*.pyd
*.db
*.sqlite3
*.pkl
.ipynb_checkpoints/

# Virtual Environment
**/.venv/

# Windows MSVC builds, ignore debugging symbols
*.pdb

# Common IDE directories
.vscode/
.idea/

# Common OS-specific files
.DS_Store
Thumbs.db

# Any logs
*.log

.DS_Store
.vscode
.aider*

# Rendered files from pre-commit hooks
rendered_files/

.env*
