Some small cleanup
- Cleanup gitignore
- Remove confusing fields on ConfigurationInline: the field readonly_fields don't take effect because a method get_readonly_fields() in the parent class override this field and so it's confusing as we expect that theses value take effect but it's not the case.
- Fix small bug with
bill.number
field which don't exist.