Features
- CLI tool for checking circular imports in a python package
> Currently, supports [absolute imports](https://docs.python.org/3/reference/import.html#package-relative-imports) only
- Gets the context of the import to ignore imports within a function scope
- Ignores `.git` dir in case of git repo
- Ignores paths in `.gitignore` file
- Ability to ignore a file name, directory name, or a glob pattern
New Contributors
* abdelrahman0w
**Full Changelog**: https://github.com/abdelrahman0w/ouro/commits/v0.1.0